java.lang.Cloneable
, IoServiceConfig
BaseIoAcceptorConfig
, DatagramAcceptorConfig
, SocketAcceptorConfig
public interface IoAcceptorConfig extends IoServiceConfig
IoAcceptor
.Modifier and Type | Method | Description |
---|---|---|
boolean |
isDisconnectOnUnbind() |
Returns true if and only if all clients are disconnected
when this acceptor unbinds the related local address.
|
void |
setDisconnectOnUnbind(boolean disconnectOnUnbind) |
Sets whether all clients are disconnected when this acceptor unbinds the
related local address.
|
clone, getFilterChain, getFilterChainBuilder, getSessionConfig, getThreadModel, setFilterChainBuilder, setThreadModel
boolean isDisconnectOnUnbind()
void setDisconnectOnUnbind(boolean disconnectOnUnbind)