Uses of Interface
org.littleshoot.proxy.SslEngineSource
Packages that use SslEngineSource
-
Uses of SslEngineSource in org.littleshoot.proxy
Subinterfaces of SslEngineSource in org.littleshoot.proxyModifier and TypeInterfaceDescriptioninterfaceEncapsulates information needed to connect to a chained proxy.Classes in org.littleshoot.proxy that implement SslEngineSourceModifier and TypeClassDescriptionclassConvenience base class for implementations ofChainedProxy.Methods in org.littleshoot.proxy with parameters of type SslEngineSourceModifier and TypeMethodDescriptionHttpProxyServerBootstrap.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 -
Uses of SslEngineSource in org.littleshoot.proxy.impl
Fields in org.littleshoot.proxy.impl declared as SslEngineSourceModifier and TypeFieldDescriptionprivate SslEngineSourceDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.sslEngineSourceprivate final SslEngineSourceDefaultHttpProxyServer.sslEngineSourceMethods in org.littleshoot.proxy.impl that return SslEngineSourceModifier and TypeMethodDescriptionprotected SslEngineSourceDefaultHttpProxyServer.getSslEngineSource()Methods in org.littleshoot.proxy.impl with parameters of type SslEngineSourceModifier and TypeMethodDescriptionDefaultHttpProxyServer.DefaultHttpProxyServerBootstrap.withSslEngineSource(SslEngineSource sslEngineSource) Constructors in org.littleshoot.proxy.impl with parameters of type SslEngineSourceModifierConstructorDescription(package private)ClientToProxyConnection(DefaultHttpProxyServer proxyServer, SslEngineSource sslEngineSource, boolean authenticateClients, ChannelPipeline pipeline, GlobalTrafficShapingHandler globalTrafficShapingHandler) privateDefaultHttpProxyServer(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.privateDefaultHttpProxyServerBootstrap(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)