|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TcpipConnectionService
| Field Summary | |
|---|---|
static java.lang.String |
CONNECTION_TYPE
Define the connection type (String) constant. |
static java.lang.String |
DEFAULT_HOST
Define the default host value (String) constant. |
static int |
DEFAULT_LINGER
Define the default linger value (int) constant. |
static int |
DEFAULT_LOCALPORT
Define the default localport value (int) constant. |
static int |
DEFAULT_READSIZE
Define the default readsize value (int) constant. |
static int |
DEFAULT_READTIMEOUT
Define the default readtimeout value (int) constant. |
static int |
DEFAULT_REMOTEPORT
Define the default remoteport value (int) constant. |
static int |
DEFAULT_WRITESIZE
Define the default writesize value (int) constant. |
static java.lang.String |
FACTORY_SERVICE_NAME
Define the OSGi factory service name. |
static java.lang.String |
HOST_KEY
Define the host key (String) constant. |
static java.lang.String |
LINGER_KEY
Define the linger key (String) constant. |
static java.lang.String |
LOCALPORT_KEY
Define the localport key (String) constant. |
static java.lang.String |
READSIZE_KEY
Define the readsize key (String) constant. |
static java.lang.String |
READTIMEOUT_KEY
Define the readtimeout key (String) constant. |
static java.lang.String |
REMOTEPORT_KEY
Define the remoteport key (String) constant. |
static java.lang.String |
SERVICE_NAME
Define the OSGi service name. |
static java.lang.String |
WRITESIZE_KEY
Define the writesize key (String) constant. |
| Fields inherited from interface org.eclipse.soda.dk.connection.service.ConnectionService |
|---|
CONNECTION_KEY, DEFAULT_CONNECTION |
| Method Summary |
|---|
| Methods inherited from interface org.eclipse.soda.dk.connection.service.ConnectionService |
|---|
close, exit, flush, isOpen, open, read, read, write, write |
| Field Detail |
|---|
static final java.lang.String FACTORY_SERVICE_NAME
static final java.lang.String SERVICE_NAME
static final java.lang.String CONNECTION_TYPE
static final java.lang.String HOST_KEY
static final java.lang.String DEFAULT_HOST
static final java.lang.String REMOTEPORT_KEY
static final int DEFAULT_REMOTEPORT
static final java.lang.String LOCALPORT_KEY
static final int DEFAULT_LOCALPORT
static final java.lang.String READTIMEOUT_KEY
static final int DEFAULT_READTIMEOUT
static final java.lang.String READSIZE_KEY
static final int DEFAULT_READSIZE
static final java.lang.String WRITESIZE_KEY
static final int DEFAULT_WRITESIZE
static final java.lang.String LINGER_KEY
static final int DEFAULT_LINGER
|
1.0.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||