|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Request.Note | |
|---|---|
| org.glassfish.grizzly.http.server | |
| Uses of Request.Note in org.glassfish.grizzly.http.server |
|---|
| Methods in org.glassfish.grizzly.http.server that return Request.Note | ||
|---|---|---|
static
|
Request.createNote(String name)
Create a named Request.Note associated with this Request. |
|
| Methods in org.glassfish.grizzly.http.server with parameters of type Request.Note | ||
|---|---|---|
|
Request.getNote(Request.Note<E> note)
Return the Request.Note value associated with this Request,
or null if no such binding exists. |
|
|
Request.removeNote(Request.Note<E> note)
Remove the Request.Note value associated with this request. |
|
|
Request.setNote(Request.Note<E> note,
E value)
Bind the Request.Note value to this Request,
replacing any existing binding for this name. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||