Package org.rackspace.deproxy

 

Interface Summary
ClientConnector Created with IntelliJ IDEA.
Handler
 


Class Summary
ApacheClientConnector Created with IntelliJ IDEA.
BareClientConnector Created with IntelliJ IDEA.
BodyReader Created with IntelliJ IDEA.
BodyWriter Created with IntelliJ IDEA.
DefaultClientConnector Created with IntelliJ IDEA.
Deproxy The main class.
DeproxyEndpoint A class that acts as a mock HTTP server.
DeproxyEndpoint.DeproxyEndpointHandlerThread
DeproxyEndpoint.DeproxyEndpointListenerThread
DeproxyHttpRequest
HandlerContext
Handlers Created with IntelliJ IDEA.
Handling An object representing a request received by an endpoint and the response it returns.
Header @author richard-sartor
HeaderCollection @author izrik
HeaderReader Created with IntelliJ IDEA.
HeaderWriter Created with IntelliJ IDEA.
HttpResponseMessage
LineReader Created with IntelliJ IDEA.
LocalSocketPair Created with IntelliJ IDEA.
MessageChain An object containing the initial request sent via the make_request method, and all request/response pairs (Handling objects) processed by DeproxyEndpoint objects.
PortFinder @author richard-sartor
Request A simple HTTP Request, with method, path, headers, and body.
RequestParams Created with IntelliJ IDEA.
Response A simple HTTP Response, with status code, status message, headers, and body.
StaticTcpServer Created with IntelliJ IDEA.
UnbufferedStreamReader Created with IntelliJ IDEA.