Package reactor.netty.http.server
@NullMarked
package reactor.netty.http.server
Http Server abstractions and factory.
-
ClassDescriptionResolve information about the current connection, including the host (server) address, the remote (client) address and the scheme.Resolve information about the connection from which an http request is received.
ContextView
aware class for collecting metrics on HTTP server level.A configuration builder to fine tune theHttpServerCodec
(or more precisely theHttpServerCodec.HttpServerRequestDecoder
) for HTTP/1.1 orHttpServerUpgradeHandler
for H2C.Provides the metadata that a given handler can handle.An HttpServer allows building in a safe immutable way an HTTP server that is materialized and connecting whenServerTransport.bind()
is ultimately called.Encapsulate all necessary configuration for HTTP server transport.A configuration builder to fine tune the HTTP form decoder.An Http Reactive Channel with several accessors related to HTTP flow: headers, params, URI, method, websocket...Interface for collecting metrics on HTTP server level.An Http Reactive Channel with several accessors related to HTTP flow: headers, params, URI, method, websocket...An Http Reactive Channel with several accessors related to HTTP flow: headers, params, URI, method, websocket...Server routes are unique and only the first matching in order of declaration will be invoked.Specific Http Server state observable byTransport.observe(ConnectionObserver)
.Proxy protocol support type, this enum class defines how the HttpServer handles proxy protocol.Cookies
holder from server request headers.Websocket server configuration.