Package one.nio.net
Interface SslContextMXBean
-
public interface SslContextMXBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetAccept()longgetAcceptGood()longgetAcceptRenegotiate()longgetConnect()longgetConnectGood()longgetConnectRenegotiate()longgetCustomHits()booleangetDebug()longgetEvicted()longgetHits()longgetMisses()longgetNumber()longgetTimeouts()voidsetDebug(boolean debug)
-
-
-
Method Detail
-
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()
-
-