Uses of Interface
org.apache.http.impl.bootstrap.SSLServerSetupHandler
Packages that use SSLServerSetupHandler
-
Uses of SSLServerSetupHandler in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as SSLServerSetupHandlerModifier and TypeFieldDescriptionprivate final SSLServerSetupHandler
HttpServer.sslSetupHandler
private SSLServerSetupHandler
ServerBootstrap.sslSetupHandler
Methods in org.apache.http.impl.bootstrap with parameters of type SSLServerSetupHandlerModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setSslSetupHandler
(SSLServerSetupHandler sslSetupHandler) AssignsSSLServerSetupHandler
instance.Constructors in org.apache.http.impl.bootstrap with parameters of type SSLServerSetupHandlerModifierConstructorDescription(package private)
HttpServer
(int port, InetAddress ifAddress, SocketConfig socketConfig, ServerSocketFactory serverSocketFactory, HttpService httpService, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, SSLServerSetupHandler sslSetupHandler, ExceptionLogger exceptionLogger)