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 WorkerThreadImpl.getByteBufferType()
          The ByteBufferType used to create the ByteBuffer associated with this object.
 ByteBufferFactory.ByteBufferType AbstractThreadPool.getByteBufferType()
           
static ByteBufferFactory.ByteBufferType ByteBufferFactory.ByteBufferType.valueOf(java.lang.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 java.nio.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 AbstractThreadPool.setByteBufferType(ByteBufferFactory.ByteBufferType byteBufferType)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.