Constructor and Description |
---|
NettyTransport(ProtocolServer server,
LifecycleChannelPipelineFactory pipeline,
InetSocketAddress address,
ProtocolServerConfiguration configuration,
String threadNamePrefix,
EmbeddedCacheManager cacheManager) |
Modifier and Type | Method and Description |
---|---|
org.jboss.netty.channel.group.DefaultChannelGroup |
acceptedChannels() |
String |
getHostName() |
String |
getIdleTimeout() |
Integer |
getNumberOfGlobalConnections() |
Integer |
getNumberOfLocalConnections() |
String |
getNumberWorkerThreads() |
String |
getPort() |
String |
getReceiveBufferSize() |
String |
getSendBufferSize() |
String |
getTcpNoDelay() |
String |
getTotalBytesRead() |
String |
getTotalBytesWritten() |
void |
start() |
void |
stop() |
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 NettyTransport(ProtocolServer server, LifecycleChannelPipelineFactory pipeline, InetSocketAddress address, ProtocolServerConfiguration configuration, String threadNamePrefix, EmbeddedCacheManager cacheManager)
public org.jboss.netty.channel.group.DefaultChannelGroup acceptedChannels()
public String getTotalBytesWritten()
getTotalBytesWritten
in interface Transport
public String getTotalBytesRead()
getTotalBytesRead
in interface Transport
public String getHostName()
getHostName
in interface Transport
public String getNumberWorkerThreads()
getNumberWorkerThreads
in interface Transport
public String getIdleTimeout()
getIdleTimeout
in interface Transport
public String getTcpNoDelay()
getTcpNoDelay
in interface Transport
public String getSendBufferSize()
getSendBufferSize
in interface Transport
public String getReceiveBufferSize()
getReceiveBufferSize
in interface Transport
public Integer getNumberOfLocalConnections()
getNumberOfLocalConnections
in interface Transport
public Integer getNumberOfGlobalConnections()
getNumberOfGlobalConnections
in interface Transport
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.