Class SslFilter.WriteQueue
- java.lang.Object
-
- org.glassfish.jersey.jdk.connector.internal.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)
-
-
-
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 classjava.lang.Object
-
-