public class WebSocketServer
extends org.infinispan.server.core.AbstractProtocolServer
Websocket specific code lifted from Netty WebSocket Server example.
Modifier and Type | Field and Description |
---|---|
static String |
INFINISPAN_WS_JS_FILENAME |
Constructor and Description |
---|
WebSocketServer() |
Modifier and Type | Method and Description |
---|---|
io.netty.channel.ChannelInboundHandler |
getDecoder() |
io.netty.channel.ChannelOutboundHandler |
getEncoder() |
io.netty.channel.ChannelInitializer<io.netty.channel.Channel> |
getInitializer() |
static String |
getJavascript() |
void |
startInternal(ProtocolServerConfiguration configuration,
EmbeddedCacheManager cacheManager) |
cacheManager_$eq, cacheManager, configuration_$eq, configuration, debug, debug, debug, debug, debug, debugf, error, getCacheManager, getConfiguration, getHost, getPort, getQualifiedName, ignoreCache, info, info, isCacheIgnored, isDebugEnabled, isTraceEnabled, logChannelStillBound, logChannelStillConnected, logCreatedNettyEventLoop, logCreatedSocketChannel, logEpollNotAvailable, logErrorBeforeReadingRequest, logErrorEncodingMessage, logErrorUnexpectedMessage, logErrorWritingResponse, logExceptionReported, logNoMembersInHashTopology, logNoMembersInTopology, logPostingShutdownRequest, logServerDidNotClose, logServerDidNotUnbind, logServerEndpointTopologyEmpty, logSettingMasterThreadsNotSupported, logStartWithArgs, org$infinispan$server$core$CacheIgnoreAware$_setter_$org$infinispan$server$core$CacheIgnoreAware$$ignoredCaches_$eq, org$infinispan$server$core$CacheIgnoreAware$$ignoredCaches, org$infinispan$server$core$logging$Log$$log, registerTransportMBean, setIgnoredCaches, start, startDefaultCache, startTransport, stop, trace, trace, trace, trace, tracef, transport_$eq, transport, unignore, unregisterTransportMBean, warn
public static final String INFINISPAN_WS_JS_FILENAME
public io.netty.channel.ChannelOutboundHandler getEncoder()
public io.netty.channel.ChannelInboundHandler getDecoder()
public void startInternal(ProtocolServerConfiguration configuration, EmbeddedCacheManager cacheManager)
startInternal
in class org.infinispan.server.core.AbstractProtocolServer
public io.netty.channel.ChannelInitializer<io.netty.channel.Channel> getInitializer()
public static String getJavascript()
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.