Uses of Class
org.apache.activemq.artemis.core.remoting.impl.netty.NettyServerConnection
-
-
Uses of NettyServerConnection in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type NettyServerConnection Modifier and Type Method Description voidCoreProtocolManager. handshake(NettyServerConnection connection, ActiveMQBuffer buffer) -
Uses of NettyServerConnection in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty that return NettyServerConnection Modifier and Type Method Description NettyServerConnectionConnectionCreator. createConnection(io.netty.channel.ChannelHandlerContext ctx, String protocol, boolean httpEnabled)Methods in org.apache.activemq.artemis.core.remoting.impl.netty that return types with arguments of type NettyServerConnection Modifier and Type Method Description Map<Object,NettyServerConnection>NettyAcceptor. getConnections() -
Uses of NettyServerConnection in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type NettyServerConnection Modifier and Type Method Description voidProtocolManager. handshake(NettyServerConnection connection, ActiveMQBuffer buffer)
-