程序包的使用
org.springframework.http.server
使用org.springframework.http.server的程序包 程序包 说明 org.springframework.http.server Contains an abstraction over server-side HTTP.org.springframework.http.server.reactive Abstractions for reactive HTTP server support including aServerHttpRequest
andServerHttpResponse
along with anHttpHandler
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 commonCorsProcessor
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 theorg.springframework.web.reactive.function.server
package.org.springframework.web.reactive.handler Provides HandlerMapping implementations including abstract base classes.org.springframework.web.servlet.function Provides the types that make up Spring's functional web framework for Servlet environments.org.springframework.web.servlet.mvc.method.annotation MVC infrastructure for annotation-based handler method processing, building on theorg.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 anAbstractSockJsService
implementation.org.springframework.web.socket.sockjs.transport Server-side support for SockJS transports includingTransportHandler
implementations for processing incoming requests, theirsession
counterparts for sending messages over the various transports, andDefaultSockJsService
.org.springframework.web.socket.sockjs.transport.handler TransportHandler
implementation classes as well as a concreteSockJsService
.org.springframework.web.socket.sockjs.transport.session SockJS specific implementations ofWebSocketSession
.org.springframework.web.util.pattern Dedicated support for matching HTTP request paths.org.springframework.http.server使用的org.springframework.http.server中的类 类 说明 PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)
into a sequence ofPathContainer.Separator
andPathContainer.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 aHttpServletRequest
.ServletServerHttpResponse ServerHttpResponse
implementation that is based on aHttpServletResponse
.org.springframework.http.server.reactive使用的org.springframework.http.server中的类 类 说明 RequestPath Represents the complete path for a request.org.springframework.mock.web.reactive.function.server使用的org.springframework.http.server中的类 类 说明 PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)
into a sequence ofPathContainer.Separator
andPathContainer.PathSegment
elements.org.springframework.web.cors使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.org.springframework.web.multipart.support使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServletServerHttpRequest ServerHttpRequest
implementation that is based on aHttpServletRequest
.org.springframework.web.reactive.function.server使用的org.springframework.http.server中的类 类 说明 PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)
into a sequence ofPathContainer.Separator
andPathContainer.PathSegment
elements.org.springframework.web.reactive.function.server.support使用的org.springframework.http.server中的类 类 说明 PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)
into a sequence ofPathContainer.Separator
andPathContainer.PathSegment
elements.org.springframework.web.reactive.handler使用的org.springframework.http.server中的类 类 说明 PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)
into a sequence ofPathContainer.Separator
andPathContainer.PathSegment
elements.org.springframework.web.servlet.function使用的org.springframework.http.server中的类 类 说明 PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)
into a sequence ofPathContainer.Separator
andPathContainer.PathSegment
elements.org.springframework.web.servlet.mvc.method.annotation使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.ServletServerHttpRequest ServerHttpRequest
implementation that is based on aHttpServletRequest
.ServletServerHttpResponse ServerHttpResponse
implementation that is based on aHttpServletResponse
.org.springframework.web.socket.server使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.org.springframework.web.socket.server.jetty使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.org.springframework.web.socket.server.standard使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.org.springframework.web.socket.server.support使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.org.springframework.web.socket.sockjs使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.org.springframework.web.socket.sockjs.support使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.org.springframework.web.socket.sockjs.transport使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.org.springframework.web.socket.sockjs.transport.handler使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.org.springframework.web.socket.sockjs.transport.session使用的org.springframework.http.server中的类 类 说明 ServerHttpRequest Represents a server-side HTTP request.ServerHttpResponse Represents a server-side HTTP response.org.springframework.web.util.pattern使用的org.springframework.http.server中的类 类 说明 PathContainer Structured representation of a URI path parsed viaPathContainer.parsePath(String)
into a sequence ofPathContainer.Separator
andPathContainer.PathSegment
elements.PathContainer.Options Options to customize parsing based on the type of input path.