org.littleshoot.proxy
Interface ConnectionData
- All Known Implementing Classes:
- HttpRequestHandler
@MXBean(value=true)
public interface ConnectionData
getClientConnections
int getClientConnections()
getTotalClientConnections
int getTotalClientConnections()
getOutgoingConnections
int getOutgoingConnections()
getRequestsSent
int getRequestsSent()
getResponsesReceived
int getResponsesReceived()
getUnansweredRequests
String getUnansweredRequests()
getAnsweredReqeusts
String getAnsweredReqeusts()
getRequests
String getRequests()
Copyright © 2009-2011 LittleShoot. All Rights Reserved.