| Interface | Description |
|---|---|
| HttpClientConnection | |
| HttpServerConnection | |
| ServerCookie |
Add specific state for managing the cookie on the server
|
| Class | Description |
|---|---|
| CookieImpl |
Vert.x cookie implementation
|
| HeadersAdaptor | |
| 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.
|
| Http2HeadersAdaptor | |
| Http2ServerConnection | |
| Http2ServerRequestImpl | |
| Http2ServerResponseImpl | |
| Http2UpgradedClientConnection |
An HTTP/2 connection in clear text that upgraded from an HTTP/1 upgrade.
|
| HttpClientImpl |
This class is thread-safe
|
| 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.
|
| HttpFrameImpl | |
| HttpHandlers |
HTTP server handlers.
|
| HttpServerChannelInitializer |
A channel initializer that will takes care of configuring a blank channel for HTTP
to Vert.x
HttpServerRequest. |
| HttpServerImpl |
This class is thread-safe
|
| HttpServerRequestImpl |
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
|
| HttpServerResponseImpl |
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
|
| 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
VertxHttpHeaders which is faster than DefaultHttpHeaders used by the super class. |
| WebSocketFrameFactoryImpl | |
| 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.
|
| WebSocketRequestHandler |
An
Handler<HttpServerRequest> decorator that handles ServerWebSocket dispatch to a WebSocket handler
when necessary. |
| Enum | Description |
|---|---|
| FrameType |
List of all frame types.
|
Copyright © 2020. All rights reserved.