Class OpenWireRoutingHandler


  • public class OpenWireRoutingHandler
    extends org.apache.activemq.artemis.core.server.routing.RoutingHandler<OpenWireRoutingContext>
    • Constructor Detail

      • OpenWireRoutingHandler

        protected OpenWireRoutingHandler​(org.apache.activemq.artemis.core.server.ActiveMQServer server,
                                         OpenWireProtocolManager protocolManager)
    • Method Detail

      • route

        public boolean route​(OpenWireConnection openWireConnection,
                             org.apache.activemq.command.ConnectionInfo connectionInfo)
                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • refuse

        protected void refuse​(OpenWireRoutingContext context)
                       throws java.lang.Exception
        Specified by:
        refuse in class org.apache.activemq.artemis.core.server.routing.RoutingHandler<OpenWireRoutingContext>
        Throws:
        java.lang.Exception
      • redirect

        protected void redirect​(OpenWireRoutingContext context)
                         throws java.lang.Exception
        Specified by:
        redirect in class org.apache.activemq.artemis.core.server.routing.RoutingHandler<OpenWireRoutingContext>
        Throws:
        java.lang.Exception