Class StandaloneProcessor

  • All Implemented Interfaces:
    Processor

    public class StandaloneProcessor
    extends java.lang.Object
    implements Processor
    Processor, which is not interested in processing I/O events. Connection lifecycle should be managed explicitly, using read/write/accept/connect methods. This Processor could be set on Connection to avoid it from being processed by FilterChain or other Processor. In this case Connection could be used like regular Java Socket.
    Author:
    Alexey Stashok