| Package | Description |
|---|---|
| org.glassfish.grizzly.http |
| Modifier and Type | Method and Description |
|---|---|
static <E> Note<E> |
HttpRequestPacket.createNote(java.lang.String name)
Create a named
Note associated with this Request. |
| Modifier and Type | Method and Description |
|---|---|
<E> E |
HttpRequestPacket.getNote(Note<E> note)
Return the
Note value associated with this Request,
or null if no such binding exists. |
<E> E |
HttpRequestPacket.removeNote(Note<E> note)
Remove the
Note value associated with this request. |
<E> void |
HttpRequestPacket.setNote(Note<E> note,
E value)
Bind the
Note value to this Request,
replacing any existing binding for this name. |
Copyright © 2014 Oracle Corporation. All Rights Reserved.