Uses of Class
org.apache.activemq.artemis.core.remoting.impl.netty.NettyAcceptor
-
Packages that use NettyAcceptor Package Description org.apache.activemq.artemis.core.protocol org.apache.activemq.artemis.core.remoting.impl.netty -
-
Uses of NettyAcceptor in org.apache.activemq.artemis.core.protocol
Constructors in org.apache.activemq.artemis.core.protocol with parameters of type NettyAcceptor Constructor Description ProtocolHandler(Map<String,ProtocolManager> protocolMap, NettyAcceptor nettyAcceptor, ScheduledExecutorService scheduledThreadPool) -
Uses of NettyAcceptor in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty that return NettyAcceptor Modifier and Type Method Description NettyAcceptorNettyAcceptor. setQuietPeriod(int quietPeriod)NettyAcceptorNettyAcceptor. setShutdownTimeout(int shutdownTimeout)
-