public abstract class AbstractTransportHandler extends Object implements TransportHandler
| Modifier and Type | Field and Description |
|---|---|
protected Log |
logger |
protected static 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, waitgetTransportType, handleRequestprotected static final 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()