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, waitcheckSessionType, getTransportType, handleRequestprotected final Log logger
public void initialize(SockJsServiceConfig serviceConfig)
TransportHandlerinitialize in interface TransportHandlerserviceConfig - the configuration as defined by the containing
SockJsServicepublic SockJsServiceConfig getServiceConfig()