Class HQFilterConversionInterceptor

    • Constructor Detail

      • HQFilterConversionInterceptor

        public HQFilterConversionInterceptor()
    • Method Detail

      • intercept

        public boolean intercept​(Packet packet,
                                 RemotingConnection connection)
        Description copied from interface: BaseInterceptor
        Intercepts a packet which is received before it is sent to the channel
        Specified by:
        intercept in interface BaseInterceptor<Packet>
        Parameters:
        packet - the packet being received
        connection - the connection the packet was received on
        Returns:
        true to process the next interceptor and handle the packet, false to abort processing of the packet