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 RetainableByteBuffer
HttpReceiverOverHTTP. networkBuffer
Methods in org.eclipse.jetty.client.http that return RetainableByteBuffer Modifier and Type Method Description private RetainableByteBuffer
HttpReceiverOverHTTP. 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 RetainableByteBuffer
HttpConnectionOverFCGI. networkBuffer
Methods in org.eclipse.jetty.fcgi.client.http that return RetainableByteBuffer Modifier and Type Method Description private RetainableByteBuffer
HttpConnectionOverFCGI. newNetworkBuffer()
-