Uses of Class
org.apache.http.impl.DefaultBHttpServerConnection
-
Packages that use DefaultBHttpServerConnection Package Description org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.impl.bootstrap Embedded server and server bootstrap. -
-
Uses of DefaultBHttpServerConnection in org.apache.http.impl
Methods in org.apache.http.impl that return DefaultBHttpServerConnection Modifier and Type Method Description DefaultBHttpServerConnection
DefaultBHttpServerConnectionFactory. createConnection(java.net.Socket socket)
-
Uses of DefaultBHttpServerConnection in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap with type parameters of type DefaultBHttpServerConnection Modifier and Type Field Description private HttpConnectionFactory<? extends DefaultBHttpServerConnection>
HttpServer. connectionFactory
private HttpConnectionFactory<? extends DefaultBHttpServerConnection>
ServerBootstrap. connectionFactory
Method parameters in org.apache.http.impl.bootstrap with type arguments of type DefaultBHttpServerConnection Modifier and Type Method Description ServerBootstrap
ServerBootstrap. setConnectionFactory(HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory)
AssignsHttpConnectionFactory
instance.Constructor parameters in org.apache.http.impl.bootstrap with type arguments of type DefaultBHttpServerConnection 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)
-