|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TCPConnector
An interface to TCP connectors.
| Method Summary | |
|---|---|
int |
getReceiveBufferSize()
Gets the receive buffer size. |
int |
getSendBufferSize()
Gets the send buffer size. |
int |
getServerBufferSize()
Gets the server buffer size. |
int |
getSoLinger()
Gets the SO_LINGER. |
int |
getSoTimeout()
Gets the SO_TIMEOUT. |
boolean |
isTcpNoDelay()
Gets the TCP_NODELAY. |
void |
setReceiveBufferSize(int size)
Sets the receive buffer size. |
void |
setSendBufferSize(int size)
Sets the send buffer size. |
void |
setServerBufferSize(int size)
Sets the server buffer size. |
void |
setSoLinger(int linger)
Sets the SO_LINGER. |
void |
setSoTimeout(int msecs)
Sets the SO_TIMEOUT. |
void |
setTcpNoDelay(boolean flag)
Sets the TCP_NODELAY. |
| Methods inherited from interface org.norther.tammi.spray.connector.ExecutableConnector |
|---|
getConnectionCount, getRequestExecutorName, setRequestExecutorName |
| Methods inherited from interface org.norther.tammi.spray.connector.Connector |
|---|
getAddress, getConnectionTimeout, getFilterName, getKeyAlias, getLoggerName, getMaxIdleConnections, getName, getPort, getProvider, getRedirectPort, getRequestTimeout, isKeepConnection, isLoggingDisabled, isSecure, keepConnection, setConnectionTimeout, setFilterName, setKeyAlias, setKeyPassword, setLoggerName, setLoggingDisabled, setMaxIdleConnections, setPort, setProvider, setRedirectPort, setRequestTimeout, setSecure |
| Methods inherited from interface org.norther.tammi.core.base.Startable |
|---|
isStarted, start, stop |
| Methods inherited from interface org.norther.tammi.core.thread.Executable |
|---|
getExecutorName, setExecutorName |
| Methods inherited from interface org.norther.tammi.core.base.Startable |
|---|
isStarted, start, stop |
| Methods inherited from interface java.lang.Runnable |
|---|
run |
| Method Detail |
|---|
int getSoTimeout()
void setSoTimeout(int msecs)
msecs - the SO_TIMEOUT in msecs.int getSoLinger()
void setSoLinger(int linger)
linger - the SO_LINGER in msecs.boolean isTcpNoDelay()
void setTcpNoDelay(boolean flag)
flag - the TCP_NODELAY.int getReceiveBufferSize()
void setReceiveBufferSize(int size)
size - the buffer size.int getSendBufferSize()
void setSendBufferSize(int size)
size - the buffer size.int getServerBufferSize()
void setServerBufferSize(int size)
size - the buffer size.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||