Uses of Class
org.glassfish.grizzly.http.Note

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
<E> Note<E>
HttpRequestPacket.createNote(String name)
          Create a named Note associated with this Request.
 

Methods in org.glassfish.grizzly.http with parameters of type Note
<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 © 2011 Oracle Corpration. All Rights Reserved.