Class SslFilter.WriteQueue

  • Enclosing class:
    SslFilter

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

      Fields 
      Modifier and Type Field Description
      private java.util.Queue<java.lang.Runnable> pendingWrites  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private WriteQueue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void onWriteCompleted()  
      java.lang.String toString()  
      (package private) void write​(java.nio.ByteBuffer data, CompletionHandler<java.nio.ByteBuffer> completionHandler)  
      • Methods inherited from class java.lang.Object

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

      • pendingWrites

        private final java.util.Queue<java.lang.Runnable> pendingWrites
    • Constructor Detail

      • WriteQueue

        private WriteQueue()
    • Method Detail

      • write

        void write​(java.nio.ByteBuffer data,
                   CompletionHandler<java.nio.ByteBuffer> completionHandler)
      • onWriteCompleted

        private void onWriteCompleted()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object