Class InboundChannelBuffer.Page

  • All Implemented Interfaces:
    java.lang.AutoCloseable
    Enclosing class:
    InboundChannelBuffer

    public static class InboundChannelBuffer.Page
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      Page​(java.nio.ByteBuffer byteBuffer, java.lang.Runnable closeable)  
    • Method Summary

      Modifier and Type Method Description
      void close()  
      java.nio.ByteBuffer getByteBuffer()  
      • Methods inherited from class java.lang.Object

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

      • Page

        public Page​(java.nio.ByteBuffer byteBuffer,
                    java.lang.Runnable closeable)
    • Method Detail

      • getByteBuffer

        public java.nio.ByteBuffer getByteBuffer()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable