Package org.littleshoot.proxy.impl
package org.littleshoot.proxy.impl
-
ClassDescriptionA ThreadFactory that adds LittleProxy-specific information to the threads' names.Contains information about the client.Represents a connection from a client to our proxy.Coordinates the various steps involved in establishing a connection, such as establishing a socket connection, SSL handshaking, HTTP CONNECT request processing, and so on.Represents a phase in a
ConnectionFlow.Primary implementation of anHttpProxyServer.Deprecated.This class is no longer used by LittleProxy and may be removed in a future release.ProxyConnection<I extends HttpObject>Base class for objects that represent a connection to/from our proxy.Utility handler for monitoring requests written on this connection.A helper class that logs messages for ProxyConnections.AChannelInboundHandlerthat writes all incoming data to the specified proxy connection.Encapsulates the thread pools used by the proxy.Represents a connection from our proxy to a server on the web.Utilities for the proxy.Manages thread pools for one or more proxy server instances.Configuration object for the proxy's thread pools.