IoSessionConfig
, SocketSessionConfig
DefaultSocketSessionConfig
public abstract class AbstractSocketSessionConfig extends AbstractIoSessionConfig implements SocketSessionConfig
Constructor | Description |
---|---|
AbstractSocketSessionConfig() |
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
isKeepAliveChanged() |
|
protected boolean |
isOobInlineChanged() |
|
protected boolean |
isReceiveBufferSizeChanged() |
|
protected boolean |
isReuseAddressChanged() |
|
protected boolean |
isSendBufferSizeChanged() |
|
protected boolean |
isSoLingerChanged() |
|
protected boolean |
isTcpNoDelayChanged() |
|
protected boolean |
isTrafficClassChanged() |
|
void |
setAll(IoSessionConfig config) |
Sets all configuration properties retrieved from the specified
config.
|
getBothIdleTime, getBothIdleTimeInMillis, getIdleTime, getIdleTimeInMillis, getMaxReadBufferSize, getMinReadBufferSize, getReadBufferSize, getReaderIdleTime, getReaderIdleTimeInMillis, getThroughputCalculationInterval, getThroughputCalculationIntervalInMillis, getWriterIdleTime, getWriterIdleTimeInMillis, getWriteTimeout, getWriteTimeoutInMillis, isUseReadOperation, setBothIdleTime, setIdleTime, setMaxReadBufferSize, setMinReadBufferSize, setReadBufferSize, setReaderIdleTime, setThroughputCalculationInterval, setUseReadOperation, setWriterIdleTime, setWriteTimeout
getBothIdleTime, getBothIdleTimeInMillis, getIdleTime, getIdleTimeInMillis, getMaxReadBufferSize, getMinReadBufferSize, getReadBufferSize, getReaderIdleTime, getReaderIdleTimeInMillis, getThroughputCalculationInterval, getThroughputCalculationIntervalInMillis, getWriterIdleTime, getWriterIdleTimeInMillis, getWriteTimeout, getWriteTimeoutInMillis, isUseReadOperation, setBothIdleTime, setIdleTime, setMaxReadBufferSize, setMinReadBufferSize, setReadBufferSize, setReaderIdleTime, setThroughputCalculationInterval, setUseReadOperation, setWriterIdleTime, setWriteTimeout
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getReceiveBufferSize, getSendBufferSize, getSoLinger, getTrafficClass, isKeepAlive, isOobInline, isReuseAddress, isTcpNoDelay, setKeepAlive, setOobInline, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoLinger, setTcpNoDelay, setTrafficClass
public void setAll(IoSessionConfig config)
setAll
in interface IoSessionConfig
setAll
in class AbstractIoSessionConfig
config
- The configuration to useprotected boolean isKeepAliveChanged()
protected boolean isOobInlineChanged()
protected boolean isReceiveBufferSizeChanged()
protected boolean isReuseAddressChanged()
protected boolean isSendBufferSizeChanged()
protected boolean isSoLingerChanged()
protected boolean isTcpNoDelayChanged()
protected boolean isTrafficClassChanged()
Copyright © 2004–2018 Apache MINA Project. All rights reserved.