Uses of Class
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
Packages that use DefaultBHttpServerConnection
Package
Description
HTTP/1.1 requester and server bootstrap.
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
-
Uses of DefaultBHttpServerConnection in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap with type parameters of type DefaultBHttpServerConnectionModifier and TypeFieldDescriptionprivate final HttpConnectionFactory
<? extends DefaultBHttpServerConnection> HttpServer.connectionFactory
private HttpConnectionFactory
<? extends DefaultBHttpServerConnection> ServerBootstrap.connectionFactory
Method parameters in org.apache.hc.core5.http.impl.bootstrap with type arguments of type DefaultBHttpServerConnectionModifier and TypeMethodDescriptionfinal ServerBootstrap
ServerBootstrap.setConnectionFactory
(HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory) AssignsHttpConnectionFactory
instance.Constructor parameters in org.apache.hc.core5.http.impl.bootstrap with type arguments of type DefaultBHttpServerConnectionModifierConstructorDescriptionHttpServer
(int port, HttpService httpService, InetAddress ifAddress, SocketConfig socketConfig, ServerSocketFactory serverSocketFactory, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, Callback<SSLParameters> sslSetupHandler, ExceptionListener exceptionListener) -
Uses of DefaultBHttpServerConnection in org.apache.hc.core5.http.impl.io
Methods in org.apache.hc.core5.http.impl.io that return DefaultBHttpServerConnectionModifier and TypeMethodDescriptionDefaultBHttpServerConnectionFactory.createConnection
(Socket socket) -
Uses of DefaultBHttpServerConnection in org.apache.hc.core5.testing.classic
Subclasses of DefaultBHttpServerConnection in org.apache.hc.core5.testing.classic