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 AbstractThreadPool.byteBufferType
          The ByteBufferFactory.ByteBufferType
static ByteBufferFactory.ByteBufferType WorkerThreadImpl.DEFAULT_BYTEBUFFER_TYPE
           
 

Methods in com.sun.grizzly.util that return ByteBufferFactory.ByteBufferType
 ByteBufferFactory.ByteBufferType AbstractThreadPool.getByteBufferType()
           
 ByteBufferFactory.ByteBufferType WorkerThreadImpl.getByteBufferType()
          The ByteBufferType used to create the ByteBuffer associated with this object.
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 AbstractThreadPool.setByteBufferType(ByteBufferFactory.ByteBufferType byteBufferType)
           
 void WorkerThreadImpl.setByteBufferType(ByteBufferFactory.ByteBufferType byteBufferType)
          Set the ByteBufferType to use when creating the ByteBuffer associated with this object.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.