Package io.vertx.core.http
package io.vertx.core.http
-
ClassDescriptionConfigures the engine to require/request client authentication.A form: a container for attributes.A multipart form, providing file upload capabilities.Represents a client-side WebSocket.HTTP compression configuration.Represents a failure to add a HttpClientRequest to the wait queue on an ConnectionManager.Represents an HTTP Cookie.Represents the Cookie SameSite policy to be used.Form decoder configuration.A GOAWAY frame.Converter and mapper for
GoAway.HTTP/1.x client configuration.HTTP/1.x server configuration.HTTP/2 client configuration.HTTP/2 server configuration.HTTP2 settings, the settings is initialized with the default HTTP/2 values.Converter and mapper forHttp2Settings.HTTP/3 client configuration.HTTP/3 server configuration.HTTP/3 settings, the settings is initialized with the default HTTP/3 values.The API to interacts with an HTTP server.An asynchronous HTTP client.A builder forHttpClient.Configuration of aHttpClientRepresents an HTTP client connection.Options describing how anHttpClientwill make connections.Converter and mapper forHttpClientOptions.Represents a client-side HTTP request.Represents a client-side HTTP response.Signals a HTTP connection close.Represents an HTTP connection.Options describing how anHttpClientwill connect to a server.Converter and mapper forHttpConnectOptions.An HTTP/2 frame.Contains a bunch of useful HTTP headers stuff: methods for creatingMultiMapinstances often used Header names method to create optimizedCharSequencewhich can be used as header name and valueRepresents an HTTP method.Subset of ALPN protocol ID for HTTP applications.The state of the HTTP request head: Method / URI HeadersCommon expectations for HTTP responses.The state of the HTTP response head: Status code / Message HeadersAn HTTP and WebSockets server.A builder forHttpServer.Configuration of aHttpServerRepresents an file upload from an HTML FORM.Represents options used by anHttpServerinstanceConverter and mapper forHttpServerOptions.Represents a server-side HTTP request.Represents a server-side HTTP response.HttpSetting<T>An HTTP setting.Base container for HTTP settings.Represents the version of the HTTP protocol.We do our own mapping since support for mime mapping in Java is platform dependent and doesn't seem to work very wellGeneric client/server observability config.Options configuring aHttpClientpool.Converter and mapper forPoolOptions.Query parameter decoder configuration.Options describing how anHttpClientwill connect to make a request.Converter and mapper forRequestOptions.Represents a server side WebSocket.A server WebSocket handshake, allows to control acceptance or rejection of a WebSocket.This class represents HTTP/2 stream priority defined in RFC 7540 clause 5.3This exception signals a stream reset, it is used only for HTTP/2.Common WebSocket implementation.Base WebSocket implementation.An asynchronous WebSocket client.Converter and mapper forWebSocketClientOptions.Options describing how anHttpClientconnect aWebSocket.Converter and mapper forWebSocketConnectOptions.A WebSocket frame that represents either text or binary data.List of all frame types.WebSocket server configuration.Represents the WebSocket version