Package | Description |
---|---|
org.glassfish.grizzly.http.server | |
org.glassfish.grizzly.servlet |
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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
HttpSessionImpl.setSession(Session session)
Set the
Session |
Copyright © 2014 Oracle Corporation. All rights reserved.