Class NettyServerConnection
java.lang.Object
org.apache.activemq.artemis.core.remoting.impl.netty.NettyConnection
org.apache.activemq.artemis.core.remoting.impl.netty.NettyServerConnection
- All Implemented Interfaces:
Connection
-
Field Summary
Fields inherited from class org.apache.activemq.artemis.core.remoting.impl.netty.NettyConnection
channel -
Constructor Summary
ConstructorsConstructorDescriptionNettyServerConnection(Map<String, Object> configuration, io.netty.channel.Channel channel, ServerConnectionLifeCycleListener listener, boolean batchingEnabled, boolean directDeliver, String router) -
Method Summary
Methods inherited from class org.apache.activemq.artemis.core.remoting.impl.netty.NettyConnection
blockUntilWritable, checkFlushBatchBuffer, close, createTransportBuffer, fireReady, flush, forceClose, getChannel, getConnectorConfig, getDefaultActiveMQPrincipal, getEventLoop, getID, getLocalAddress, getNettyChannel, getProtocolConnection, getRemoteAddress, isDirectDeliver, isOpen, isSameTarget, isUsingProtocolHandling, isWritable, setAutoRead, setProtocolConnection, toString, write, write, write, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.activemq.artemis.spi.core.remoting.Connection
disconnect
-
Constructor Details
-
NettyServerConnection
public NettyServerConnection(Map<String, Object> configuration, io.netty.channel.Channel channel, ServerConnectionLifeCycleListener listener, boolean batchingEnabled, boolean directDeliver, String router)
-
-
Method Details
-
getSNIHostName
-
setSNIHostname
-
getRouter
-