Class ServletServerStream.ServletTransportState

    • Method Detail

      • runOnTransportThread

        public void runOnTransportThread​(java.lang.Runnable r)
      • bytesRead

        public void bytesRead​(int numBytes)
        Description copied from interface: MessageDeframer.Listener
        Called when the given number of bytes has been read from the input source of the deframer. This is typically used to indicate to the underlying transport that more data can be accepted.
        Parameters:
        numBytes - the number of bytes read from the deframer's input source.