Package | Description |
---|---|
org.glassfish.grizzly.http | |
org.glassfish.grizzly.http.server |
Modifier and Type | Method and Description |
---|---|
static <E> Note<E> |
HttpRequestPacket.createNote(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. |
Modifier and Type | Method and Description |
---|---|
static <E> Note<E> |
Request.createNote(String name)
Create a named
Note associated with this Request. |
Modifier and Type | Method and Description |
---|---|
<E> E |
Request.getNote(Note<E> note)
Return the
Note value associated with this Request,
or null if no such binding exists. |
<E> E |
Request.removeNote(Note<E> note)
Remove the
Note value associated with this request. |
<E> void |
Request.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.