public abstract class AbstractTransportHandler extends java.lang.Object implements TransportHandler
TransportHandler inplementations.| Modifier and Type | Field and Description |
|---|---|
protected Log |
logger |
protected static java.nio.charset.Charset |
UTF8_CHARSET |
| 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 static final java.nio.charset.Charset UTF8_CHARSET
protected final Log logger
public void initialize(SockJsServiceConfig serviceConfig)
TransportHandlerinitialize in interface TransportHandlerserviceConfig - the configuration as defined by the containing
SockJsServicepublic SockJsServiceConfig getServiceConfig()