Interface AprSocketContext.BlockingPollHandler

    • Method Detail

      • process

        void process​(AprSocket ch,
                     boolean in,
                     boolean out,
                     boolean close)
        Called when the socket has been polled for in, out or closed.
      • closed

        void closed​(AprSocket ch)
        Called just before the socket is destroyed