public class WebSocketServer extends AbstractProtocolServer
Modifier and Type | Field and Description |
---|---|
static String |
INFINISPAN_WS_JS_FILENAME |
Constructor and Description |
---|
WebSocketServer() |
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.channel.ChannelHandler |
getDecoder()
Gets the decoder for this protocol server.
|
org.jboss.netty.handler.codec.oneone.OneToOneEncoder |
getEncoder()
Gets the encoder for this protocol server.
|
static String |
getJavascript() |
LifecycleChannelPipelineFactory |
getPipeline()
Returns a pipeline factory
|
void |
startInternal(ProtocolServerConfiguration configuration,
EmbeddedCacheManager cacheManager) |
cacheManager, configuration, getCacheManager, getConfiguration, getHost, getPort, registerTransportMBean, start, startDefaultCache, startTransport, stop, transport, unregisterTransportMBean
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
debug, debug, debug, debug, debug, debugf, error, info, info, isDebugEnabled, isTraceEnabled, log, logChannelStillBound, logChannelStillConnected, logErrorBeforeReadingRequest, logExceptionReported, logPostingShutdownRequest, logServerDidNotClose, logServerDidNotUnbind, logSettingMasterThreadsNotSupported, logStartWithArgs, trace, trace, trace, trace, tracef, warn
public static final String INFINISPAN_WS_JS_FILENAME
public org.jboss.netty.handler.codec.oneone.OneToOneEncoder getEncoder()
ProtocolServer
public org.jboss.netty.channel.ChannelHandler getDecoder()
ProtocolServer
public void startInternal(ProtocolServerConfiguration configuration, EmbeddedCacheManager cacheManager)
startInternal
in class AbstractProtocolServer
public LifecycleChannelPipelineFactory getPipeline()
ProtocolServer
getPipeline
in interface ProtocolServer
getPipeline
in class AbstractProtocolServer
public static String getJavascript()
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.