org.littleshoot.proxy
Interface ConnectionData
- All Known Implementing Classes:
- HttpRequestHandler
@MXBean(value=true)
public interface ConnectionData
Interface for JMX data on a single connection.
getClientConnections
int getClientConnections()
getTotalClientConnections
int getTotalClientConnections()
getOutgoingConnections
int getOutgoingConnections()
getRequestsSent
int getRequestsSent()
getResponsesReceived
int getResponsesReceived()
getUnansweredRequests
String getUnansweredRequests()
getAnsweredReqeusts
String getAnsweredReqeusts()
Copyright © 2009-2013 LittleShoot. All Rights Reserved.