public abstract class AbstractTransportHandler extends Object implements TransportHandler
TransportHandler
implementations.Constructor and Description |
---|
AbstractTransportHandler() |
Modifier and Type | Method and Description |
---|---|
SockJsServiceConfig |
getServiceConfig() |
void |
initialize(SockJsServiceConfig serviceConfig)
Initialize this handler with the given configuration.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkSessionType, getTransportType, handleRequest
protected final Log logger
public void initialize(SockJsServiceConfig serviceConfig)
TransportHandler
initialize
in interface TransportHandler
serviceConfig
- the configuration as defined by the containing
SockJsService
public SockJsServiceConfig getServiceConfig()