Uses of Class
org.apache.hc.core5.http.impl.io.DefaultBHttpServerConnection
-
Packages that use DefaultBHttpServerConnection Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.http.impl.io Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model.org.apache.hc.core5.testing.classic -
-
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 DefaultBHttpServerConnection Modifier and Type Field Description private 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 DefaultBHttpServerConnection Modifier and Type Method Description ServerBootstrap
ServerBootstrap. setConnectionFactory(HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory)
AssignsHttpConnectionFactory
instance.Constructor parameters in org.apache.hc.core5.http.impl.bootstrap with type arguments of type DefaultBHttpServerConnection Constructor Description HttpServer(int port, HttpService httpService, java.net.InetAddress ifAddress, SocketConfig socketConfig, javax.net.ServerSocketFactory serverSocketFactory, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, Callback<javax.net.ssl.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 DefaultBHttpServerConnection Modifier and Type Method Description DefaultBHttpServerConnection
DefaultBHttpServerConnectionFactory. createConnection(java.net.Socket socket)
-
Uses of DefaultBHttpServerConnection in org.apache.hc.core5.testing.classic
Subclasses of DefaultBHttpServerConnection in org.apache.hc.core5.testing.classic Modifier and Type Class Description class
LoggingBHttpServerConnection
-