Class NativeSslContext.NativeSslContextMXBeanImpl
java.lang.Object
one.nio.net.NativeSslContext.NativeSslContextMXBeanImpl
- All Implemented Interfaces:
SslContextMXBean
- Enclosing class:
NativeSslContext
private class NativeSslContext.NativeSslContextMXBeanImpl
extends Object
implements SslContextMXBean
-
Constructor Details
-
NativeSslContextMXBeanImpl
private NativeSslContextMXBeanImpl()
-
-
Method Details
-
setDebug
public void setDebug(boolean debug) - Specified by:
setDebugin interfaceSslContextMXBean
-
getDebug
public boolean getDebug()- Specified by:
getDebugin interfaceSslContextMXBean
-
getNumber
public long getNumber()- Specified by:
getNumberin interfaceSslContextMXBean
-
getConnect
public long getConnect()- Specified by:
getConnectin interfaceSslContextMXBean
-
getConnectGood
public long getConnectGood()- Specified by:
getConnectGoodin interfaceSslContextMXBean
-
getConnectRenegotiate
public long getConnectRenegotiate()- Specified by:
getConnectRenegotiatein interfaceSslContextMXBean
-
getAccept
public long getAccept()- Specified by:
getAcceptin interfaceSslContextMXBean
-
getAcceptGood
public long getAcceptGood()- Specified by:
getAcceptGoodin interfaceSslContextMXBean
-
getAcceptRenegotiate
public long getAcceptRenegotiate()- Specified by:
getAcceptRenegotiatein interfaceSslContextMXBean
-
getHits
public long getHits()- Specified by:
getHitsin interfaceSslContextMXBean
-
getCustomHits
public long getCustomHits()- Specified by:
getCustomHitsin interfaceSslContextMXBean
-
getMisses
public long getMisses()- Specified by:
getMissesin interfaceSslContextMXBean
-
getTimeouts
public long getTimeouts()- Specified by:
getTimeoutsin interfaceSslContextMXBean
-
getEvicted
public long getEvicted()- Specified by:
getEvictedin interfaceSslContextMXBean
-