| 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 © 2013 Oracle Corporation. All Rights Reserved.