Package | Description |
---|---|
org.glassfish.grizzly.http.server |
Modifier and Type | Method and Description |
---|---|
protected Session |
Request.doGetSession(boolean create) |
Session |
Request.getSession()
Return the session associated with this Request, creating one
if necessary.
|
Session |
Request.getSession(boolean create)
Return the session associated with this Request, creating one
if necessary and requested.
|
Copyright © 2012-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.