org.littleshoot.proxy
Interface ConnectionData

All Known Implementing Classes:
HttpRequestHandler

@MXBean(value=true)
public interface ConnectionData

Interface for JMX data on a single connection.


Method Summary
 String getAnsweredReqeusts()
           
 int getClientConnections()
           
 int getOutgoingConnections()
           
 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()


Copyright © 2009-2013 LittleShoot. All Rights Reserved.