Class ProtocolHandler
java.lang.Object
org.apache.activemq.artemis.core.protocol.ProtocolHandler
-
Constructor Summary
ConstructorsConstructorDescriptionProtocolHandler(Map<String, ProtocolManager> protocolMap, NettyAcceptor nettyAcceptor, ScheduledExecutorService scheduledThreadPool) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getProtocol(String name) io.netty.channel.ChannelHandler
-
Constructor Details
-
ProtocolHandler
public ProtocolHandler(Map<String, ProtocolManager> protocolMap, NettyAcceptor nettyAcceptor, ScheduledExecutorService scheduledThreadPool)
-
-
Method Details
-
getProtocolMap
-
getProtocolDecoder
public io.netty.channel.ChannelHandler getProtocolDecoder() -
getHttpKeepAliveRunnable
-
close
public void close() -
getProtocol
-