public interface SslContextMXBean
| Modifier and Type | Method and Description |
|---|---|
long |
getAccept() |
long |
getAcceptGood() |
long |
getAcceptRenegotiate() |
long |
getConnect() |
long |
getConnectGood() |
long |
getConnectRenegotiate() |
long |
getCustomHits() |
boolean |
getDebug() |
long |
getEvicted() |
long |
getHits() |
long |
getMisses() |
long |
getNumber() |
long |
getTimeouts() |
void |
setDebug(boolean debug) |
void setDebug(boolean debug)
boolean getDebug()
long getNumber()
long getConnect()
long getConnectGood()
long getConnectRenegotiate()
long getAccept()
long getAcceptGood()
long getAcceptRenegotiate()
long getHits()
long getCustomHits()
long getMisses()
long getTimeouts()
long getEvicted()
Copyright © 2019. All rights reserved.