Uses of Class
org.glassfish.grizzly.websockets.Version

Packages that use Version
org.glassfish.grizzly.websockets   
 

Uses of Version in org.glassfish.grizzly.websockets
 

Fields in org.glassfish.grizzly.websockets declared as Version
static Version WebSocketEngine.DEFAULT_VERSION
           
 

Methods in org.glassfish.grizzly.websockets that return Version
static Version Version.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Version[] Version.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.