| Interface | Description |
|---|---|
| HttpServerOnConnectProcess | |
| HttpServerOnRequestHeadersProcess | |
| HttpServerRequestHandler |
This is request handler.
|
| Class | Description |
|---|---|
| BodyPart | |
| ChunkedOutputStream |
Output stream that produces chunked transfer encoded output.
|
| ClientHello | |
| ConnectionContext |
Context of the client's TCP connection from the point of view of the server
|
| HttpClientConnection |
HTTP client connection - a simple HTTP client
|
| HttpRequest |
This represents a request as received by a server
|
| HttpRequestHeaders |
This represents request headers - combination of the the request line and the following headers as specified in
RFC-2616: https://tools.ietf.org/html/rfc2616
This class is mutable and it is not thread safe.
|
| HttpResponse |
This represents a response as received by a client
|
| HttpResponseHeaders |
This represents response headers - combination of the the status line and the following headers as specified in
RFC-2616: https://tools.ietf.org/html/rfc2616
This class is mutable and it is not thread safe.
|
| HttpServer |
This is HTTP Server.
|
| MultipartFormDataRequestBody | |
| RequestValues | |
| ThrottlingInputStream | |
| TlsVersion |
| Enum | Description |
|---|---|
| BodyCompression |
| Exception | Description |
|---|---|
| HttpException |
Copyright © 2019. All rights reserved.