Uses of Class
org.eclipse.jetty.io.Buffers.Type

Packages that use Buffers.Type
org.eclipse.jetty.client   
org.eclipse.jetty.http   
org.eclipse.jetty.io   
org.eclipse.jetty.server   
 

Uses of Buffers.Type in org.eclipse.jetty.client
 

Methods in org.eclipse.jetty.client that return Buffers.Type
 Buffers.Type HttpClient.getRequestBufferType()
           
 Buffers.Type HttpClient.getRequestHeaderType()
           
 Buffers.Type HttpClient.getResponseBufferType()
           
 Buffers.Type HttpClient.getResponseHeaderType()
           
 

Uses of Buffers.Type in org.eclipse.jetty.http
 

Methods in org.eclipse.jetty.http that return Buffers.Type
 Buffers.Type HttpBuffersImpl.getRequestBufferType()
           
 Buffers.Type HttpBuffers.getRequestBufferType()
           
 Buffers.Type HttpBuffersImpl.getRequestHeaderType()
           
 Buffers.Type HttpBuffers.getRequestHeaderType()
           
 Buffers.Type HttpBuffersImpl.getResponseBufferType()
           
 Buffers.Type HttpBuffers.getResponseBufferType()
           
 Buffers.Type HttpBuffersImpl.getResponseHeaderType()
           
 Buffers.Type HttpBuffers.getResponseHeaderType()
           
 

Methods in org.eclipse.jetty.http with parameters of type Buffers.Type
 void HttpBuffersImpl.setRequestBufferType(Buffers.Type requestBufferType)
           
 void HttpBuffersImpl.setRequestHeaderType(Buffers.Type requestHeaderType)
           
 void HttpBuffersImpl.setResponseBufferType(Buffers.Type responseBufferType)
           
 void HttpBuffersImpl.setResponseHeaderType(Buffers.Type responseHeaderType)
           
 

Uses of Buffers.Type in org.eclipse.jetty.io
 

Fields in org.eclipse.jetty.io declared as Buffers.Type
protected  Buffers.Type AbstractBuffers._bufferType
           
protected  Buffers.Type AbstractBuffers._headerType
           
protected  Buffers.Type AbstractBuffers._otherType
           
 

Methods in org.eclipse.jetty.io that return Buffers.Type
static Buffers.Type Buffers.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Buffers.Type[] Buffers.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jetty.io with parameters of type Buffers.Type
static Buffers BuffersFactory.newBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType, int maxSize)
           
 

Constructors in org.eclipse.jetty.io with parameters of type Buffers.Type
AbstractBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType)
           
PooledBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType, int maxSize)
           
ThreadLocalBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType)
           
 

Uses of Buffers.Type in org.eclipse.jetty.server
 

Methods in org.eclipse.jetty.server that return Buffers.Type
 Buffers.Type AbstractConnector.getRequestBufferType()
           
 Buffers.Type AbstractConnector.getRequestHeaderType()
           
 Buffers.Type AbstractConnector.getResponseBufferType()
           
 Buffers.Type AbstractConnector.getResponseHeaderType()
           
 



Copyright © 2012. All Rights Reserved.