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