Uses of Interface
org.springframework.web.HttpRequestHandler
Package
Description
Support classes for serving static resources.
Support for annotation-based WebSocket setup in configuration classes.
Server-side support classes including container-specific strategies
for upgrading a request.
Support classes for SockJS including an
AbstractSockJsService
implementation.-
Uses of HttpRequestHandler in org.springframework.web.servlet.resource
Modifier and TypeClassDescriptionclass
AnHttpRequestHandler
for serving static files using the Servlet container's "default" Servlet.class
HttpRequestHandler
that serves static resources in an optimized way according to the guidelines of Page Speed, YSlow, etc. -
Uses of HttpRequestHandler in org.springframework.web.socket.config.annotation
Modifier and TypeMethodDescriptionprotected MultiValueMap<HttpRequestHandler,
String> ServletWebSocketHandlerRegistration.createMappings()
WebMvcStompWebSocketEndpointRegistration.getMappings()
Modifier and TypeMethodDescriptionprotected void
ServletWebSocketHandlerRegistration.addSockJsServiceMapping
(MultiValueMap<HttpRequestHandler, String> mappings, SockJsService sockJsService, WebSocketHandler handler, String pathPattern) protected void
ServletWebSocketHandlerRegistration.addWebSocketHandlerMapping
(MultiValueMap<HttpRequestHandler, String> mappings, WebSocketHandler webSocketHandler, HandshakeHandler handshakeHandler, HandshakeInterceptor[] interceptors, String path) -
Uses of HttpRequestHandler in org.springframework.web.socket.server.support
Modifier and TypeClassDescriptionclass
AHttpRequestHandler
for processing WebSocket handshake requests. -
Uses of HttpRequestHandler in org.springframework.web.socket.sockjs.support
Modifier and TypeClassDescriptionclass
AnHttpRequestHandler
that allows mapping aSockJsService
to requests in a Servlet container.