Package | Description |
---|---|
org.springframework.http.server.reactive |
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing. |
org.springframework.web.server.adapter |
Implementations to adapt to the underlying
org.springframework.http.client.reactive reactive HTTP adapter
and HttpHandler . |
Modifier and Type | Class and Description |
---|---|
class |
ContextPathCompositeHandler
HttpHandler delegating requests to one of several HttpHandler 's
based on simple, prefix-based mappings. |
Constructor and Description |
---|
JettyHttpHandlerAdapter(HttpHandler httpHandler) |
ReactorHttpHandlerAdapter(HttpHandler httpHandler) |
ServletHttpHandlerAdapter(HttpHandler httpHandler) |
TomcatHttpHandlerAdapter(HttpHandler httpHandler) |
UndertowHttpHandlerAdapter(HttpHandler httpHandler) |
Constructor and Description |
---|
ContextPathCompositeHandler(java.util.Map<java.lang.String,? extends HttpHandler> handlerMap) |
Modifier and Type | Class and Description |
---|---|
class |
HttpWebHandlerAdapter
Default adapter of
WebHandler to the HttpHandler contract. |
Modifier and Type | Method and Description |
---|---|
HttpHandler |
WebHttpHandlerBuilder.build()
Build the
HttpHandler . |