Uses of Class
org.apache.activemq.artemis.core.remoting.impl.netty.HttpKeepAliveRunnable
-
Packages that use HttpKeepAliveRunnable Package Description org.apache.activemq.artemis.core.protocol org.apache.activemq.artemis.core.remoting.impl.netty -
-
Uses of HttpKeepAliveRunnable in org.apache.activemq.artemis.core.protocol
Methods in org.apache.activemq.artemis.core.protocol that return HttpKeepAliveRunnable Modifier and Type Method Description HttpKeepAliveRunnableProtocolHandler. getHttpKeepAliveRunnable() -
Uses of HttpKeepAliveRunnable in org.apache.activemq.artemis.core.remoting.impl.netty
Constructors in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type HttpKeepAliveRunnable Constructor Description HttpAcceptorHandler(HttpKeepAliveRunnable httpKeepAliveTask, long responseTime, io.netty.channel.Channel channel)
-