public abstract class BaseIoAcceptorConfig extends BaseIoServiceConfig implements IoAcceptorConfig
IoAcceptorConfig.| Modifier | Constructor and Description |
|---|---|
protected |
BaseIoAcceptorConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDisconnectOnUnbind()
Returns true if and only if all clients are disconnected
when this acceptor unbinds the related local address.
|
void |
setDisconnectOnUnbind(boolean disconnectClientsOnUnbind)
Sets whether all clients are disconnected when this acceptor unbinds the
related local address.
|
clone, getFilterChain, getFilterChainBuilder, getThreadModel, setFilterChainBuilder, setThreadModelequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, getFilterChain, getFilterChainBuilder, getSessionConfig, getThreadModel, setFilterChainBuilder, setThreadModelpublic boolean isDisconnectOnUnbind()
IoAcceptorConfigisDisconnectOnUnbind in interface IoAcceptorConfigpublic void setDisconnectOnUnbind(boolean disconnectClientsOnUnbind)
IoAcceptorConfigsetDisconnectOnUnbind in interface IoAcceptorConfig