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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(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, wait
Methods 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:TransportHandler
Initialize this handler with the given configuration.- Specified by:
initialize
in interfaceTransportHandler
- Parameters:
serviceConfig
- the configuration as defined by the containingSockJsService
-
getServiceConfig
-