public interface HttpProxyServerBootstrap
HttpProxyServer. The HttpProxyServer is
built using start() or #start(boolean, boolean). Sensible
defaults are available for all parameters such that #build() could be
called immediately if you wish.HttpProxyServerBootstrap withName(String name)
HttpProxyServerBootstrap withTransportProtocol(TransportProtocol transportProtocol)
HttpProxyServerBootstrap withAddress(InetSocketAddress address)
HttpProxyServerBootstrap withPort(int port)
HttpProxyServerBootstrap withAllowLocalOnly(boolean allowLocalOnly)
HttpProxyServerBootstrap withListenOnAllAddresses(boolean listenOnAllAddresses)
HttpProxyServerBootstrap withSslEngineSource(SslEngineSource sslEngineSource)
HttpProxyServerBootstrap withProxyAuthenticator(ProxyAuthenticator proxyAuthenticator)
HttpProxyServerBootstrap withChainProxyManager(ChainedProxyManager chainProxyManager)
HttpProxyServerBootstrap withFiltersSource(HttpFiltersSource filtersSource)
HttpProxyServerBootstrap withUseDnsSec(boolean useDnsSec)
HttpProxyServerBootstrap withTransparent(boolean transparent)
HttpProxyServerBootstrap withIdleConnectionTimeout(int idleConnectionTimeout)
HttpProxyServerBootstrap plusActivityTracker(ActivityTracker activityTracker)
HttpProxyServer start()
Copyright © 2009-2013 LittleShoot. All Rights Reserved.