public interface Acceptor
| Modifier and Type | Method and Description |
|---|---|
long |
getAcceptedSessions() |
long |
getRejectedSessions() |
int |
getSinglePort() |
void |
reconfigure(AcceptorConfig... configs) |
void |
resetCounters() |
void |
shutdown() |
void |
start() |
void |
syncStart() |
void reconfigure(AcceptorConfig... configs) throws java.io.IOException
java.io.IOExceptionvoid start()
void shutdown()
void syncStart()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionlong getAcceptedSessions()
long getRejectedSessions()
void resetCounters()
int getSinglePort()