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