Uses of Interface
org.littleshoot.proxy.SslEngineSource
-
Packages that use SslEngineSource Package Description org.littleshoot.proxy org.littleshoot.proxy.extras org.littleshoot.proxy.impl -
-
Uses of SslEngineSource in org.littleshoot.proxy
Subinterfaces of SslEngineSource in org.littleshoot.proxy Modifier and Type Interface Description interfaceChainedProxyEncapsulates information needed to connect to a chained proxy.Classes in org.littleshoot.proxy that implement SslEngineSource Modifier and Type Class Description classChainedProxyAdapterConvenience base class for implementations ofChainedProxy.Methods in org.littleshoot.proxy with parameters of type SslEngineSource Modifier and Type Method Description HttpProxyServerBootstrapHttpProxyServerBootstrap. withSslEngineSource(SslEngineSource sslEngineSource)Specify anSslEngineSourceto use for encrypting inbound connections. -
Uses of SslEngineSource in org.littleshoot.proxy.extras
Classes in org.littleshoot.proxy.extras that implement SslEngineSource Modifier and Type Class Description classSelfSignedSslEngineSourceBasicSslEngineSourcefor testing. -
Uses of SslEngineSource in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as SslEngineSource Modifier and Type Field Description private SslEngineSourceDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. sslEngineSourceprivate SslEngineSourceDefaultHttpProxyServer. sslEngineSourceMethods in org.littleshoot.proxy.impl that return SslEngineSource Modifier and Type Method Description protected SslEngineSourceDefaultHttpProxyServer. getSslEngineSource()Methods in org.littleshoot.proxy.impl with parameters of type SslEngineSource Modifier and Type Method Description HttpProxyServerBootstrapDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap. withSslEngineSource(SslEngineSource sslEngineSource)Constructors in org.littleshoot.proxy.impl with parameters of type SslEngineSource Constructor Description ClientToProxyConnection(DefaultHttpProxyServer proxyServer, SslEngineSource sslEngineSource, boolean authenticateClients, ChannelPipeline pipeline, GlobalTrafficShapingHandler globalTrafficShapingHandler)DefaultHttpProxyServer(ServerGroup serverGroup, TransportProtocol transportProtocol, InetSocketAddress requestedAddress, SslEngineSource sslEngineSource, boolean authenticateSslClients, ProxyAuthenticator proxyAuthenticator, ChainedProxyManager chainProxyManager, MitmManager mitmManager, HttpFiltersSource filtersSource, boolean transparent, int idleConnectionTimeout, Collection<ActivityTracker> activityTrackers, int connectTimeout, HostResolver serverResolver, long readThrottleBytesPerSecond, long writeThrottleBytesPerSecond, InetSocketAddress localAddress, String proxyAlias, int maxInitialLineLength, int maxHeaderSize, int maxChunkSize, boolean allowRequestsToOriginServer, boolean acceptProxyProtocol, boolean sendProxyProtocol)Creates a new proxy server.DefaultHttpProxyServerBootstrap(ServerGroup serverGroup, TransportProtocol transportProtocol, InetSocketAddress requestedAddress, SslEngineSource sslEngineSource, boolean authenticateSslClients, ProxyAuthenticator proxyAuthenticator, ChainedProxyManager chainProxyManager, MitmManager mitmManager, HttpFiltersSource filtersSource, boolean transparent, int idleConnectionTimeout, Collection<ActivityTracker> activityTrackers, int connectTimeout, HostResolver serverResolver, long readThrottleBytesPerSecond, long writeThrottleBytesPerSecond, InetSocketAddress localAddress, String proxyAlias, int maxInitialLineLength, int maxHeaderSize, int maxChunkSize, boolean allowRequestToOriginServer)
-