Uses of Class
org.eclipse.jetty.io.RetainableByteBuffer
-
Packages that use RetainableByteBuffer Package Description org.eclipse.jetty.client.http org.eclipse.jetty.fcgi.client.http -
-
Uses of RetainableByteBuffer in org.eclipse.jetty.client.http
Fields in org.eclipse.jetty.client.http declared as RetainableByteBuffer Modifier and Type Field Description private RetainableByteBufferHttpReceiverOverHTTP. networkBufferMethods in org.eclipse.jetty.client.http that return RetainableByteBuffer Modifier and Type Method Description private RetainableByteBufferHttpReceiverOverHTTP. newNetworkBuffer() -
Uses of RetainableByteBuffer in org.eclipse.jetty.fcgi.client.http
Fields in org.eclipse.jetty.fcgi.client.http declared as RetainableByteBuffer Modifier and Type Field Description private RetainableByteBufferHttpConnectionOverFCGI. networkBufferMethods in org.eclipse.jetty.fcgi.client.http that return RetainableByteBuffer Modifier and Type Method Description private RetainableByteBufferHttpConnectionOverFCGI. newNetworkBuffer()
-