Uses of Interface
org.apache.http.impl.bootstrap.SSLServerSetupHandler
-
Packages that use SSLServerSetupHandler Package Description org.apache.http.impl.bootstrap Embedded server and server bootstrap. -
-
Uses of SSLServerSetupHandler in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as SSLServerSetupHandler Modifier and Type Field Description private SSLServerSetupHandler
HttpServer. sslSetupHandler
private SSLServerSetupHandler
ServerBootstrap. sslSetupHandler
Methods in org.apache.http.impl.bootstrap with parameters of type SSLServerSetupHandler Modifier and Type Method Description ServerBootstrap
ServerBootstrap. setSslSetupHandler(SSLServerSetupHandler sslSetupHandler)
AssignsSSLServerSetupHandler
instance.Constructors in org.apache.http.impl.bootstrap with parameters of type SSLServerSetupHandler Constructor Description HttpServer(int port, java.net.InetAddress ifAddress, SocketConfig socketConfig, javax.net.ServerSocketFactory serverSocketFactory, HttpService httpService, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, SSLServerSetupHandler sslSetupHandler, ExceptionLogger exceptionLogger)
-