org.littleshoot.proxy
Interface ConnectionData

All Known Implementing Classes:
HttpRequestHandler

@MXBean(value=true)
public interface ConnectionData


Method Summary
 String getAnsweredReqeusts()
           
 int getClientConnections()
           
 int getOutgoingConnections()
           
 String getRequests()
           
 int getRequestsSent()
           
 int getResponsesReceived()
           
 int getTotalClientConnections()
           
 String getUnansweredRequests()
           
 

Method Detail

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.