| Interface | Description |
|---|---|
| HttpClientConnection | |
| HttpClientStream | |
| HttpServerConnection | |
| HttpServerRequestInternal |
Extends to expose internal methods that are necessary for integration.
|
| ServerCookie |
Add specific state for managing the cookie on the server
|
| WebSocketInternal |
| Class | Description |
|---|---|
| CookieImpl |
Vert.x cookie implementation
|
| Http1xClientConnection |
This class is optimised for performance when used on the same event loop.
|
| Http1xOrH2CHandler |
Handler that detects whether the HTTP/2 connection preface or just process the request
with the HTTP 1.x pipeline to support H2C with prior knowledge, i.e a client that connects
and uses HTTP/2 in clear text directly without an HTTP upgrade.
|
| Http1xServerConnection |
This class is optimised for performance when used on the same event loop.
|
| Http1xServerRequest |
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
|
| Http1xServerRequestHandler |
An
Handler<HttpServerRequest> decorator that handles
ServerWebSocket dispatch to a WebSocket handler when necessary.
invalid HTTP version sent by the client
|
| Http1xServerResponse |
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
|
| Http1xUpgradeToH2CHandler | |
| Http2ServerConnection | |
| Http2ServerRequest | |
| Http2ServerResponse | |
| Http2UpgradedClientConnection |
An HTTP/2 connection in clear text that upgraded from an HTTP/1 upgrade.
|
| HttpChannelConnector |
Performs the channel configuration and connection according to the client options and the protocol version.
|
| HttpClientImpl |
This class is thread-safe.
|
| HttpClientPush | |
| HttpClientRequestBase | |
| HttpClientRequestImpl |
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
|
| HttpClientResponseImpl |
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
|
| HttpConnectionProvider |
Pooled HTTP connection provider.
|
| HttpFrameImpl | |
| HttpRequestHead | |
| HttpResponseHead | |
| HttpServerConnectionHandler |
HTTP server connection handler.
|
| HttpServerImpl |
This class is thread-safe
|
| HttpServerWorker |
A channel initializer that will takes care of configuring a blank channel for HTTP
to Vert.x
HttpServerRequest. |
| HttpUtils |
Various http utils.
|
| MimeMapping |
We do our own mapping since support for mime mapping in Java is platform dependent
and doesn't seem to work very well
|
| ServerWebSocketImpl |
This class is optimised for performance when used on the same event loop.
|
| VertxHttp2ClientUpgradeCodec | |
| VertxHttpRequestDecoder |
A request decoder using
HeadersMultiMap which is faster than DefaultHttpHeaders used by the super class. |
| WebSocketImpl |
This class is optimised for performance when used on the same event loop.
|
| WebSocketImplBase<S extends WebSocketBase> |
This class is optimised for performance when used on the same event loop.
|
Copyright © 2021. All rights reserved.