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

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

Uses of ByteBufferFactory.ByteBufferType in com.sun.grizzly
 

Methods in com.sun.grizzly that return ByteBufferFactory.ByteBufferType
 ByteBufferFactory.ByteBufferType DefaultPipeline.getByteBufferType()
          The ByteBufferType used to create the ByteBuffer associated with WorkerThreadImpls created by this instance.
 

Methods in com.sun.grizzly with parameters of type ByteBufferFactory.ByteBufferType
 void DefaultPipeline.setByteBufferType(ByteBufferFactory.ByteBufferType byteBufferType)
          Set the ByteBufferType to use when creating the ByteBuffer associated with WorkerThreadImpls created by this instance.
 

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

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.
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.
 



Copyright © 2011 SUN Microsystems. All Rights Reserved.