Class NonAnonymousResponseProcessor


  • public class NonAnonymousResponseProcessor
    extends Object
    Delivers response messages targeted at non-anonymous endpoint addresses
    Since:
    2.2.6
    • Constructor Detail

      • NonAnonymousResponseProcessor

        protected NonAnonymousResponseProcessor()
    • Method Detail

      • process

        public Packet process​(Packet packet)
        Send a response to a non-anonymous address. Also closes the transport back channel of Packet if it's not closed already.
        Parameters:
        packet - The response from our server, which will be delivered to the destination.
        Returns:
        The response packet that should be used to complete the tubeline response processing