Uses of Class
com.sun.grizzly.http.embed.GrizzlyWebServer.PROTOCOL

Packages that use GrizzlyWebServer.PROTOCOL
com.sun.grizzly.http.embed   
 

Uses of GrizzlyWebServer.PROTOCOL in com.sun.grizzly.http.embed
 

Methods in com.sun.grizzly.http.embed that return GrizzlyWebServer.PROTOCOL
static GrizzlyWebServer.PROTOCOL GrizzlyWebServer.PROTOCOL.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GrizzlyWebServer.PROTOCOL[] GrizzlyWebServer.PROTOCOL.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.grizzly.http.embed with parameters of type GrizzlyWebServer.PROTOCOL
 void GrizzlyWebServer.enableProtocol(GrizzlyWebServer.PROTOCOL p)
          Enable support for protocol like HTTP or AJP (Apache Java Protocol like mod_jk)
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.