Class SslFilter.LazyBuffer

  • Enclosing class:
    SslFilter

    private class SslFilter.LazyBuffer
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.nio.ByteBuffer buffer  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LazyBuffer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void append​(java.nio.ByteBuffer b)  
      (package private) java.nio.ByteBuffer get()  
      (package private) boolean isAllocated()  
      (package private) void resize()  
      • Methods inherited from class java.lang.Object

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

      • buffer

        private java.nio.ByteBuffer buffer
    • Constructor Detail

      • LazyBuffer

        private LazyBuffer()
    • Method Detail

      • get

        java.nio.ByteBuffer get()
      • isAllocated

        boolean isAllocated()
      • resize

        void resize()
      • append

        void append​(java.nio.ByteBuffer b)