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(java.lang.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.
 

Constructors in org.glassfish.grizzly.websockets with parameters of type Version
WebSocketClient(java.lang.String uri, Version version, WebSocketListener... listeners)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.