public class ServerTransport
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
long |
getConnectionLimit()
Returns the maximum number of simultaneous connections to the server transport.
|
long |
getInitialNumberOfConnections()
Returns the initial number of listening connections that are created when the server transport starts.
|
long |
getMaxIncomingMessageLength()
Returns maximum incoming message length.
|
TransportProtocolList |
getSupportedProtocols() |
TransportType |
getTransportType()
Returns the transport type of this server transport.
|
ServerTransport |
setConnectionLimit(long connectionLimit)
Sets the maximum number of simultaneous connections to the server transport.
|
ServerTransport |
setInitialNumberOfConnections(long initialNumberOfConnections)
Sets the initial number of listening connections that are created when the server transport starts.
|
ServerTransport |
setMaxIncomingMessageLength(long maxMessageLength)
Sets maximum incoming message length.
|
ServerTransport |
setSupportedProtocols(TransportProtocolList protocols)
Sets the list of supported protocols the server transport supports.
|
ServerTransport |
setThreadPool(ThreadPool threadPoolPtr)
Sets the thread pool that the server transport will use.
|
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public TransportType getTransportType()
public ServerTransport setMaxIncomingMessageLength(long maxMessageLength)
public long getMaxIncomingMessageLength()
public ServerTransport setConnectionLimit(long connectionLimit)
public long getConnectionLimit()
public ServerTransport setInitialNumberOfConnections(long initialNumberOfConnections)
public long getInitialNumberOfConnections()
public ServerTransport setThreadPool(ThreadPool threadPoolPtr)
public ServerTransport setSupportedProtocols(TransportProtocolList protocols)
public TransportProtocolList getSupportedProtocols()