Uses of Interface
org.littleshoot.proxy.KeyStoreManager

Uses of KeyStoreManager in org.littleshoot.proxy
 

Classes in org.littleshoot.proxy that implement KeyStoreManager
 class SelfSignedKeyStoreManager
          KeyStore manager that automatically generates a self-signed certificate on startup if it doesn't already exit.
 

Methods in org.littleshoot.proxy that return KeyStoreManager
 KeyStoreManager DefaultHttpProxyServer.getKeyStoreManager()
           
 

Constructors in org.littleshoot.proxy with parameters of type KeyStoreManager
DefaultHttpProxyServer(int port, Map<String,HttpFilter> filters, String chainProxyHostAndPort, KeyStoreManager ksm, HttpRequestFilter requestFilter)
          Creates a new proxy server.
HttpServerPipelineFactory(ProxyAuthorizationManager authorizationManager, org.jboss.netty.channel.group.ChannelGroup channelGroup, String chainProxyHostAndPort, KeyStoreManager ksm, RelayPipelineFactoryFactory relayPipelineFactoryFactory)
          Creates a new pipeline factory with the specified class for processing proxy authentication.
SslContextFactory(KeyStoreManager ksm)
           
 



Copyright © 2009-2011 LittleShoot. All Rights Reserved.