Uses of Class
org.littleshoot.proxy.impl.DefaultHttpProxyServer
Packages that use DefaultHttpProxyServer
-
Uses of DefaultHttpProxyServer in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as DefaultHttpProxyServerModifier and TypeFieldDescriptionprotected final DefaultHttpProxyServerProxyConnection.proxyServerMethods in org.littleshoot.proxy.impl that return DefaultHttpProxyServerModifier and TypeMethodDescriptionprivate DefaultHttpProxyServerDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.build()Methods in org.littleshoot.proxy.impl with parameters of type DefaultHttpProxyServerModifier and TypeMethodDescriptionstatic 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 DefaultHttpProxyServerModifierConstructorDescription(package private)ClientToProxyConnection(DefaultHttpProxyServer proxyServer, SslEngineSource sslEngineSource, boolean authenticateClients, ChannelPipeline pipeline, GlobalTrafficShapingHandler globalTrafficShapingHandler) protectedProxyConnection(ConnectionState initialState, DefaultHttpProxyServer proxyServer, boolean runsAsSslClient) Construct a new ProxyConnection.privateProxyToServerConnection(DefaultHttpProxyServer proxyServer, ClientToProxyConnection clientConnection, String serverHostAndPort, ChainedProxy chainedProxy, Queue<ChainedProxy> availableChainedProxies, HttpFilters initialFilters, GlobalTrafficShapingHandler globalTrafficShapingHandler)