Package org.rackspace.deproxy

 

Interface Summary
ClientConnector Created with IntelliJ IDEA.
Handler
ServerConnector
 


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.
DeproxyHttpRequest
Endpoint A class that acts as a mock HTTP server.
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.
HostHeader
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 Endpoint 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.
ResponseWithContext
ServletServerConnector
SocketServerConnector
SocketServerConnector.HandlerThread
SocketServerConnector.ListenerThread
StaticTcpServer Created with IntelliJ IDEA.
UnbufferedStreamReader Created with IntelliJ IDEA.