Class AbstractH2StreamMultiplexer.Continuation

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Continuation​(int streamId, int type, boolean endStream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void copyPayload​(java.nio.ByteBuffer payload)  
      (package private) java.nio.ByteBuffer getContent()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • streamId

        final int streamId
      • type

        final int type
      • endStream

        final boolean endStream
    • Constructor Detail

      • Continuation

        private Continuation​(int streamId,
                             int type,
                             boolean endStream)
    • Method Detail

      • copyPayload

        void copyPayload​(java.nio.ByteBuffer payload)
      • getContent

        java.nio.ByteBuffer getContent()