Uses of Class
org.apache.activemq.artemis.core.remoting.impl.netty.HttpAcceptorHandler
-
Packages that use HttpAcceptorHandler Package Description org.apache.activemq.artemis.core.remoting.impl.netty -
-
Uses of HttpAcceptorHandler in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty that return types with arguments of type HttpAcceptorHandler Modifier and Type Method Description List<HttpAcceptorHandler>HttpKeepAliveRunnable. getHandlers()Methods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type HttpAcceptorHandler Modifier and Type Method Description voidHttpKeepAliveRunnable. registerKeepAliveHandler(HttpAcceptorHandler httpAcceptorHandler)voidHttpKeepAliveRunnable. unregisterKeepAliveHandler(HttpAcceptorHandler httpAcceptorHandler)
-