Uses of Class
com.sun.grizzly.util.ByteBufferFactory.ByteBufferType

Packages that use ByteBufferFactory.ByteBufferType
com.sun.grizzly.util   
 

Uses of ByteBufferFactory.ByteBufferType in com.sun.grizzly.util
 

Fields in com.sun.grizzly.util declared as ByteBufferFactory.ByteBufferType
protected  ByteBufferFactory.ByteBufferType DefaultThreadPool.byteBufferType
          The ByteBufferFactory.ByteBufferType
 

Methods in com.sun.grizzly.util that return ByteBufferFactory.ByteBufferType
 ByteBufferFactory.ByteBufferType WorkerThreadImpl.getByteBufferType()
          The ByteBufferType used to create the ByteBuffer associated with this object.
 ByteBufferFactory.ByteBufferType DefaultThreadPool.getByteBufferType()
           
static ByteBufferFactory.ByteBufferType ByteBufferFactory.ByteBufferType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ByteBufferFactory.ByteBufferType[] ByteBufferFactory.ByteBufferType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.grizzly.util with parameters of type ByteBufferFactory.ByteBufferType
static ByteBuffer ByteBufferFactory.allocate(ByteBufferFactory.ByteBufferType type, int size)
          Return a new ByteBuffer based on the requested ByteBufferType
 void WorkerThreadImpl.setByteBufferType(ByteBufferFactory.ByteBufferType byteBufferType)
          Set the ByteBufferType to use when creating the ByteBuffer associated with this object.
 void DefaultThreadPool.setByteBufferType(ByteBufferFactory.ByteBufferType byteBufferType)
           
 



Copyright © 2008 SUN Microsystems. All Rights Reserved.