Package | Description |
---|---|
org.springframework.http.server |
Contains an abstraction over server-side HTTP.
|
org.springframework.http.server.reactive |
Abstractions for reactive HTTP server support including a
ServerHttpRequest and
ServerHttpResponse along with an
HttpHandler for processing. |
org.springframework.mock.web.reactive.function.server |
Mock objects for the functional web framework.
|
org.springframework.web.cors |
Support for CORS (Cross-Origin Resource Sharing),
based on a common
CorsProcessor strategy. |
org.springframework.web.multipart.support |
Support classes for the multipart resolution framework.
|
org.springframework.web.reactive.function.server |
Provides the types that make up Spring's functional web framework for Reactive environments.
|
org.springframework.web.reactive.function.server.support |
Classes supporting the
org.springframework.web.reactive.function.server package. |
org.springframework.web.reactive.handler |
Provides HandlerMapping implementations including abstract base classes.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
org.springframework.web.socket.server |
Server-side abstractions for WebSocket interactions.
|
org.springframework.web.socket.server.jetty |
Server-side support for the Jetty 9+ WebSocket API.
|
org.springframework.web.socket.server.standard |
Server-side classes for use with standard JSR-356 WebSocket endpoints.
|
org.springframework.web.socket.server.support |
Server-side support classes including container-specific strategies
for upgrading a request.
|
org.springframework.web.socket.sockjs |
Top-level SockJS types.
|
org.springframework.web.socket.sockjs.support |
Support classes for SockJS including an
AbstractSockJsService
implementation. |
org.springframework.web.socket.sockjs.transport |
Server-side support for SockJS transports including
TransportHandler implementations
for processing incoming requests, their
session
counterparts for sending messages over the various transports, and
DefaultSockJsService . |
org.springframework.web.socket.sockjs.transport.handler |
TransportHandler
implementation classes as well as a concrete
SockJsService . |
org.springframework.web.socket.sockjs.transport.session |
SockJS specific implementations of
WebSocketSession . |
org.springframework.web.util.pattern |
Dedicated support for matching HTTP request paths.
|
Class and Description |
---|
PathContainer
Structured representation of a URI path parsed via
PathContainer.parsePath(String)
into a sequence of PathContainer.Separator and PathContainer.PathSegment elements. |
PathContainer.Element
A path element, either separator or path segment.
|
PathContainer.Options
Options to customize parsing based on the type of input path.
|
RequestPath
Represents the complete path for a request.
|
ServerHttpAsyncRequestControl
A control that can put the processing of an HTTP request in asynchronous mode during
which the response remains open until explicitly closed.
|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
ServletServerHttpRequest
ServerHttpRequest implementation that is based on a HttpServletRequest . |
ServletServerHttpResponse
ServerHttpResponse implementation that is based on a HttpServletResponse . |
Class and Description |
---|
RequestPath
Represents the complete path for a request.
|
Class and Description |
---|
PathContainer
Structured representation of a URI path parsed via
PathContainer.parsePath(String)
into a sequence of PathContainer.Separator and PathContainer.PathSegment elements. |
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServletServerHttpRequest
ServerHttpRequest implementation that is based on a HttpServletRequest . |
Class and Description |
---|
PathContainer
Structured representation of a URI path parsed via
PathContainer.parsePath(String)
into a sequence of PathContainer.Separator and PathContainer.PathSegment elements. |
Class and Description |
---|
PathContainer
Structured representation of a URI path parsed via
PathContainer.parsePath(String)
into a sequence of PathContainer.Separator and PathContainer.PathSegment elements. |
Class and Description |
---|
PathContainer
Structured representation of a URI path parsed via
PathContainer.parsePath(String)
into a sequence of PathContainer.Separator and PathContainer.PathSegment elements. |
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
ServletServerHttpRequest
ServerHttpRequest implementation that is based on a HttpServletRequest . |
ServletServerHttpResponse
ServerHttpResponse implementation that is based on a HttpServletResponse . |
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
Class and Description |
---|
ServerHttpRequest
Represents a server-side HTTP request.
|
ServerHttpResponse
Represents a server-side HTTP response.
|
Class and Description |
---|
PathContainer
Structured representation of a URI path parsed via
PathContainer.parsePath(String)
into a sequence of PathContainer.Separator and PathContainer.PathSegment elements. |
PathContainer.Options
Options to customize parsing based on the type of input path.
|