Interface AprSocketContext.RawDataHandler

  • Enclosing class:
    AprSocketContext

    public static interface AprSocketContext.RawDataHandler
    Called when a chunk of data is sent or received. This is very low level, used mostly for debugging or stats.
    • Method Detail

      • rawData

        void rawData​(AprSocket ch,
                     boolean input,
                     byte[] data,
                     int pos,
                     int len,
                     int requested,
                     boolean closed)