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