Uses of Class
com.sun.grizzly.Role

Packages that use Role
com.sun.grizzly   
 

Uses of Role in com.sun.grizzly
 

Fields in com.sun.grizzly declared as Role
protected  Role TCPSelectorHandler.role
          Is this used for client only or client/server operation.
 

Methods in com.sun.grizzly that return Role
protected static Role TCPSelectorHandler.boolean2Role(boolean isClient)
          Returns the Role, depending on isClient value
 Role TCPSelectorHandler.getRole()
          Gets this SelectorHandler current role.
static Role Role.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Role[] Role.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.grizzly with parameters of type Role
 void TCPSelectorHandler.setRole(Role role)
          Sets this SelectorHandler current role.
 

Constructors in com.sun.grizzly with parameters of type Role
TCPSelectorHandler(Role role)
          Create a TCPSelectorHandler only used with ConnectorHandler.
UDPSelectorHandler(Role role)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.