Package | Description |
---|---|
org.littleshoot.proxy | |
org.littleshoot.proxy.impl |
Class and Description |
---|
ClientToProxyConnection
Represents a connection from a client to our proxy.
|
ProxyToServerConnection
Represents a connection from our proxy to a server on the web.
|
ThreadPoolConfiguration
Configuration object for the proxy's thread pools.
|
Class and Description |
---|
ClientToProxyConnection
Represents a connection from a client to our proxy.
|
ConnectionFlow
Coordinates the various steps involved in establishing a connection, such as
establishing a socket connection, SSL handshaking, HTTP CONNECT request
processing, and so on.
|
ConnectionFlowStep
Represents a phase in a
ConnectionFlow . |
ConnectionState |
DefaultHttpProxyServer
Primary implementation of an
HttpProxyServer . |
ProxyConnection
Base class for objects that represent a connection to/from our proxy.
|
ProxyConnection.BytesReadMonitor
Utility handler for monitoring bytes read on this connection.
|
ProxyConnection.BytesWrittenMonitor
Utility handler for monitoring bytes written on this connection.
|
ProxyConnection.RequestReadMonitor
Utility handler for monitoring requests read on this connection.
|
ProxyConnection.RequestWrittenMonitor
Utility handler for monitoring requests written on this connection.
|
ProxyConnection.ResponseReadMonitor
Utility handler for monitoring responses read on this connection.
|
ProxyConnection.ResponseWrittenMonitor
Utility handler for monitoring responses written on this connection.
|
ProxyConnectionLogger
A helper class that logs messages for ProxyConnections.
|
ProxyConnectionLogger.LogDispatch |
ProxyThreadPools
Encapsulates the thread pools used by the proxy.
|
ProxyToServerConnection
Represents a connection from our proxy to a server on the web.
|
ServerGroup
Manages thread pools for one or more proxy server instances.
|
ThreadPoolConfiguration
Configuration object for the proxy's thread pools.
|
Copyright © 2009–2017 LittleShoot. All rights reserved.