|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.common.support.BaseIoServiceConfig
org.apache.mina.common.support.BaseIoAcceptorConfig
public abstract class BaseIoAcceptorConfig
A base implementation of IoAcceptorConfig
.
Constructor Summary | |
---|---|
protected |
BaseIoAcceptorConfig()
|
Method Summary | |
---|---|
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. |
Methods inherited from class org.apache.mina.common.support.BaseIoServiceConfig |
---|
clone, getFilterChain, getFilterChainBuilder, getThreadModel, setFilterChainBuilder, setThreadModel |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.mina.common.IoServiceConfig |
---|
clone, getFilterChain, getFilterChainBuilder, getSessionConfig, getThreadModel, setFilterChainBuilder, setThreadModel |
Constructor Detail |
---|
protected BaseIoAcceptorConfig()
Method Detail |
---|
public boolean isDisconnectOnUnbind()
IoAcceptorConfig
isDisconnectOnUnbind
in interface IoAcceptorConfig
public void setDisconnectOnUnbind(boolean disconnectClientsOnUnbind)
IoAcceptorConfig
setDisconnectOnUnbind
in interface IoAcceptorConfig
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |