Uses of Class
org.littleshoot.proxy.impl.DefaultHttpProxyServer
-
Packages that use DefaultHttpProxyServer Package Description org.littleshoot.proxy.impl -
-
Uses of DefaultHttpProxyServer in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as DefaultHttpProxyServer Modifier and Type Field Description protected DefaultHttpProxyServerProxyConnection. proxyServerMethods in org.littleshoot.proxy.impl that return DefaultHttpProxyServer Modifier and Type Method Description private DefaultHttpProxyServerDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. build()Methods in org.littleshoot.proxy.impl with parameters of type DefaultHttpProxyServer Modifier and Type Method Description static InetSocketAddressProxyToServerConnection. addressFor(String hostAndPort, DefaultHttpProxyServer proxyServer)Build anInetSocketAddressfor the given hostAndPort.(package private) static ProxyToServerConnectionProxyToServerConnection. create(DefaultHttpProxyServer proxyServer, ClientToProxyConnection clientConnection, String serverHostAndPort, HttpFilters initialFilters, HttpRequest initialHttpRequest, GlobalTrafficShapingHandler globalTrafficShapingHandler)Create a new ProxyToServerConnection.Constructors in org.littleshoot.proxy.impl with parameters of type DefaultHttpProxyServer Constructor Description ClientToProxyConnection(DefaultHttpProxyServer proxyServer, SslEngineSource sslEngineSource, boolean authenticateClients, ChannelPipeline pipeline, GlobalTrafficShapingHandler globalTrafficShapingHandler)ProxyConnection(ConnectionState initialState, DefaultHttpProxyServer proxyServer, boolean runsAsSslClient)Construct a new ProxyConnection.ProxyToServerConnection(DefaultHttpProxyServer proxyServer, ClientToProxyConnection clientConnection, String serverHostAndPort, ChainedProxy chainedProxy, Queue<ChainedProxy> availableChainedProxies, HttpFilters initialFilters, GlobalTrafficShapingHandler globalTrafficShapingHandler)
-