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

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

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

Methods in com.sun.grizzly.util that return InputReader.ChannelType
 InputReader.ChannelType InputReader.getChannelType()
          Return the Channel type.
static InputReader.ChannelType InputReader.ChannelType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InputReader.ChannelType[] InputReader.ChannelType.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 InputReader.ChannelType
 void InputReader.setChannelType(InputReader.ChannelType channelType)
          Set the Channel type, which is ocketChannel or DatagramChannel.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.