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
AbstractSockJsService
implementation. |
Modifier and Type | Class and Description |
---|---|
class |
HessianServiceExporter
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
Modifier and Type | Class and Description |
---|---|
class |
HttpInvokerServiceExporter
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultServletHttpRequestHandler
An
HttpRequestHandler for serving static files using the Servlet container's "default" Servlet. |
class |
ResourceHttpRequestHandler
HttpRequestHandler that 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 |
WebSocketHttpRequestHandler
A
HttpRequestHandler for processing WebSocket handshake requests. |
Modifier and Type | Class and Description |
---|---|
class |
SockJsHttpRequestHandler
An
HttpRequestHandler that allows mapping a SockJsService to requests
in a Servlet container. |