Uses of Class
com.sun.grizzly.util.ByteBufferInputStream.ChannelType

Packages that use ByteBufferInputStream.ChannelType
com.sun.grizzly.util   
 

Uses of ByteBufferInputStream.ChannelType in com.sun.grizzly.util
 

Methods in com.sun.grizzly.util that return ByteBufferInputStream.ChannelType
 ByteBufferInputStream.ChannelType ByteBufferInputStream.getChannelType()
          Return the Channel type.
static ByteBufferInputStream.ChannelType ByteBufferInputStream.ChannelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ByteBufferInputStream.ChannelType[] ByteBufferInputStream.ChannelType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.sun.grizzly.util with parameters of type ByteBufferInputStream.ChannelType
 void ByteBufferInputStream.setChannelType(ByteBufferInputStream.ChannelType channelType)
          Set the Channel type, which is ocketChannel or DatagramChannel.
 



Copyright © 2010 SUN Microsystems. All Rights Reserved.