Class ProtocolHandler
- java.lang.Object
-
- org.apache.activemq.artemis.core.protocol.ProtocolHandler
-
public class ProtocolHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description ProtocolHandler(Map<String,ProtocolManager> protocolMap, NettyAcceptor nettyAcceptor, ScheduledExecutorService scheduledThreadPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()HttpKeepAliveRunnablegetHttpKeepAliveRunnable()ProtocolManagergetProtocol(String name)io.netty.channel.ChannelHandlergetProtocolDecoder()Map<String,ProtocolManager>getProtocolMap()
-
-
-
Constructor Detail
-
ProtocolHandler
public ProtocolHandler(Map<String,ProtocolManager> protocolMap, NettyAcceptor nettyAcceptor, ScheduledExecutorService scheduledThreadPool)
-
-
Method Detail
-
getProtocolMap
public Map<String,ProtocolManager> getProtocolMap()
-
getProtocolDecoder
public io.netty.channel.ChannelHandler getProtocolDecoder()
-
getHttpKeepAliveRunnable
public HttpKeepAliveRunnable getHttpKeepAliveRunnable()
-
close
public void close()
-
getProtocol
public ProtocolManager getProtocol(String name)
-
-