Modifier and Type | Class and Description |
---|---|
class |
SelfSignedKeyStoreManager
KeyStore manager that automatically generates a self-signed certificate
on startup if it doesn't already exit.
|
Modifier and Type | Method and Description |
---|---|
KeyStoreManager |
DefaultHttpProxyServer.getKeyStoreManager() |
Constructor and Description |
---|
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-2013 LittleShoot. All Rights Reserved.