Uses of Class
org.glassfish.grizzly.web.container.http11.GrizzlySession

Packages that use GrizzlySession
org.glassfish.grizzly.web.container.http11   
 

Uses of GrizzlySession in org.glassfish.grizzly.web.container.http11
 

Methods in org.glassfish.grizzly.web.container.http11 that return GrizzlySession
protected  GrizzlySession GrizzlyRequest.doGetSession(boolean create)
           
 GrizzlySession GrizzlyRequest.getSession()
          Return the session associated with this Request, creating one if necessary.
 GrizzlySession GrizzlyRequest.getSession(boolean create)
          Return the session associated with this Request, creating one if necessary and requested.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.