Package | Description |
---|---|
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.http.io |
Core HTTP transport APIs based on the classic (blocking) I/O model.
|
org.apache.hc.core5.testing.classic |
Modifier and Type | Class and Description |
---|---|
class |
DefaultBHttpClientConnection
Default implementation of
HttpClientConnection . |
class |
DefaultBHttpServerConnection
Default implementation of
HttpServerConnection . |
Modifier and Type | Interface and Description |
---|---|
interface |
HttpClientConnection
A client-side HTTP connection, which can be used for sending
requests and receiving responses.
|
interface |
HttpServerConnection
A server-side HTTP connection, which can be used for receiving
requests and sending responses.
|
Modifier and Type | Class and Description |
---|---|
class |
LoggingBHttpClientConnection |
class |
LoggingBHttpServerConnection |
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.