com.msi.network.connection
Interface ConnectionConstants

All Known Implementing Classes:
TCPInterface

public interface ConnectionConstants


Field Summary
static int defaultBacklog
          defaultBacklog - default value for low level communications queueing of new request(or)s.
static int defaultMaxConnections
          defaultMaxConnections - max connections allowed on an interface.
 

Field Detail

defaultMaxConnections

public static final int defaultMaxConnections
defaultMaxConnections - max connections allowed on an interface.

See Also:
Constant Field Values

defaultBacklog

public static final int defaultBacklog
defaultBacklog - default value for low level communications queueing of new request(or)s.

See Also:
Constant Field Values


Copyright © 2001-2002 MileStone Solutions, Inc. All Rights Reserved.