public class WebSocketServer
extends org.infinispan.server.core.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() |
org.jboss.netty.handler.codec.oneone.OneToOneEncoder |
getEncoder() |
static String |
getJavascript() |
void |
start(Properties p,
EmbeddedCacheManager cacheManager) |
void |
startTransport(int idleTimeout,
boolean tcpNoDelay,
int sendBufSize,
int recvBufSize,
TypedProperties typedProps) |
void |
stop() |
cacheManager_$eq, cacheManager, debug, debug, debug, debug, debug, debugf, error, getCacheManager, getHost, getPort, host_$eq, host, info, info, isDebugEnabled, isTraceEnabled, logChannelStillBound, logChannelStillConnected, logErrorBeforeReadingRequest, logExceptionReported, logPostingShutdownRequest, logServerDidNotClose, logServerDidNotUnbind, logSettingMasterThreadsNotSupported, logStartWithArgs, org$infinispan$server$core$logging$Log$$log, port_$eq, port, start, start, startDefaultCache, trace, trace, trace, trace, tracef, transport_$eq, transport, versionGenerator_$eq, versionGenerator, warn, workerThreads_$eq, workerThreadspublic static final String INFINISPAN_WS_JS_FILENAME
public org.jboss.netty.handler.codec.oneone.OneToOneEncoder getEncoder()
public org.jboss.netty.channel.ChannelHandler getDecoder()
public void start(Properties p, EmbeddedCacheManager cacheManager)
public void startTransport(int idleTimeout,
boolean tcpNoDelay,
int sendBufSize,
int recvBufSize,
TypedProperties typedProps)
startTransport in class org.infinispan.server.core.AbstractProtocolServerpublic void stop()
stop in interface org.infinispan.server.core.ProtocolServerstop in class org.infinispan.server.core.AbstractProtocolServerpublic static String getJavascript()
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.