Class AbstractTransportHandler
java.lang.Object
org.springframework.web.socket.sockjs.transport.handler.AbstractTransportHandler
- All Implemented Interfaces:
TransportHandler
- Direct Known Subclasses:
AbstractHttpReceivingTransportHandler,AbstractHttpSendingTransportHandler,WebSocketTransportHandler
Common base class for
TransportHandler implementations.- Since:
- 4.0
- Author:
- Rossen Stoyanchev
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinitialize(SockJsServiceConfig serviceConfig) Initialize this handler with the given configuration.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.socket.sockjs.transport.TransportHandler
checkSessionType, getTransportType, handleRequest
-
Field Details
-
logger
-
-
Constructor Details
-
AbstractTransportHandler
public AbstractTransportHandler()
-
-
Method Details
-
initialize
Description copied from interface:TransportHandlerInitialize this handler with the given configuration.- Specified by:
initializein interfaceTransportHandler- Parameters:
serviceConfig- the configuration as defined by the containingSockJsService
-
getServiceConfig
-