@MXBean(value=true) public interface ConnectionData
Modifier and Type | Method and Description |
---|---|
String |
getAnsweredReqeusts() |
int |
getClientConnections() |
int |
getOutgoingConnections() |
String |
getRequests() |
int |
getRequestsSent() |
int |
getResponsesReceived() |
int |
getTotalClientConnections() |
String |
getUnansweredRequests() |
int getClientConnections()
int getTotalClientConnections()
int getOutgoingConnections()
int getRequestsSent()
int getResponsesReceived()
String getUnansweredRequests()
String getAnsweredReqeusts()
String getRequests()
Copyright © 2009-2012 LittleShoot. All Rights Reserved.