1.0.0

org.eclipse.soda.dk.tcpip.connection.service
Interface TcpipConnectionService

All Superinterfaces:
ConnectionService
All Known Implementing Classes:
TcpipConnection

public interface TcpipConnectionService
extends ConnectionService

Version:
1.0.0

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

FACTORY_SERVICE_NAME

static final java.lang.String FACTORY_SERVICE_NAME
Define the OSGi factory service name.

See Also:
Constant Field Values

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the OSGi service name.

See Also:
Constant Field Values

CONNECTION_TYPE

static final java.lang.String CONNECTION_TYPE
Define the connection type (String) constant.

See Also:
Constant Field Values

HOST_KEY

static final java.lang.String HOST_KEY
Define the host key (String) constant.

See Also:
Constant Field Values

DEFAULT_HOST

static final java.lang.String DEFAULT_HOST
Define the default host value (String) constant.

See Also:
Constant Field Values

REMOTEPORT_KEY

static final java.lang.String REMOTEPORT_KEY
Define the remoteport key (String) constant.

See Also:
Constant Field Values

DEFAULT_REMOTEPORT

static final int DEFAULT_REMOTEPORT
Define the default remoteport value (int) constant.

See Also:
Constant Field Values

LOCALPORT_KEY

static final java.lang.String LOCALPORT_KEY
Define the localport key (String) constant.

See Also:
Constant Field Values

DEFAULT_LOCALPORT

static final int DEFAULT_LOCALPORT
Define the default localport value (int) constant.

See Also:
Constant Field Values

READTIMEOUT_KEY

static final java.lang.String READTIMEOUT_KEY
Define the readtimeout key (String) constant.

See Also:
Constant Field Values

DEFAULT_READTIMEOUT

static final int DEFAULT_READTIMEOUT
Define the default readtimeout value (int) constant.

See Also:
Constant Field Values

READSIZE_KEY

static final java.lang.String READSIZE_KEY
Define the readsize key (String) constant.

See Also:
Constant Field Values

DEFAULT_READSIZE

static final int DEFAULT_READSIZE
Define the default readsize value (int) constant.

See Also:
Constant Field Values

WRITESIZE_KEY

static final java.lang.String WRITESIZE_KEY
Define the writesize key (String) constant.

See Also:
Constant Field Values

DEFAULT_WRITESIZE

static final int DEFAULT_WRITESIZE
Define the default writesize value (int) constant.

See Also:
Constant Field Values

LINGER_KEY

static final java.lang.String LINGER_KEY
Define the linger key (String) constant.

See Also:
Constant Field Values

DEFAULT_LINGER

static final int DEFAULT_LINGER
Define the default linger value (int) constant.

See Also:
Constant Field Values

1.0.0

Copyright (c) 1999, 2007 IBM