Package one.nio.net
Interface SslContextMXBean
public interface SslContextMXBean
-
Method Details
-
setDebug
void setDebug(boolean debug) -
getDebug
boolean getDebug() -
getNumber
long getNumber() -
getConnect
long getConnect() -
getConnectGood
long getConnectGood() -
getConnectRenegotiate
long getConnectRenegotiate() -
getAccept
long getAccept() -
getAcceptGood
long getAcceptGood() -
getAcceptRenegotiate
long getAcceptRenegotiate() -
getHits
long getHits() -
getCustomHits
long getCustomHits() -
getMisses
long getMisses() -
getTimeouts
long getTimeouts() -
getEvicted
long getEvicted()
-