| Package | Description | 
|---|---|
| org.springframework.remoting.caucho | This package provides remoting classes for Caucho's Hessian protocol:
 a proxy factory for accessing Hessian services, and an exporter for
 making beans available to Hessian clients. | 
| org.springframework.remoting.httpinvoker | Remoting classes for transparent Java-to-Java remoting via HTTP invokers. | 
| org.springframework.web.servlet.resource | Support classes for serving static resources. | 
| org.springframework.web.socket.config.annotation | Support for annotation-based WebSocket setup in configuration classes. | 
| org.springframework.web.socket.server.support | Server-side support classes including container-specific strategies
 for upgrading a request. | 
| org.springframework.web.socket.sockjs.support | Support classes for SockJS including an
  AbstractSockJsServiceimplementation. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HessianServiceExporterDeprecated. 
 as of 5.3 (phasing out serialization-based remoting) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpInvokerServiceExporterDeprecated. 
 as of 5.3 (phasing out serialization-based remoting) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultServletHttpRequestHandlerAn  HttpRequestHandlerfor serving static files using the Servlet container's "default" Servlet. | 
| class  | ResourceHttpRequestHandlerHttpRequestHandlerthat serves static resources in an optimized way
 according to the guidelines of Page Speed, YSlow, etc. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected MultiValueMap<HttpRequestHandler,String> | ServletWebSocketHandlerRegistration. createMappings() | 
| MultiValueMap<HttpRequestHandler,String> | WebMvcStompWebSocketEndpointRegistration. getMappings() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected 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) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WebSocketHttpRequestHandlerA  HttpRequestHandlerfor processing WebSocket handshake requests. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SockJsHttpRequestHandlerAn  HttpRequestHandlerthat allows mapping aSockJsServiceto requests
 in a Servlet container. |