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

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
<E> Request.Note<E>
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
<E> E
Request.getNote(Request.Note<E> note)
          Return the Request.Note value associated with this Request, or null if no such binding exists.
<E> E
Request.removeNote(Request.Note<E> note)
          Remove the Request.Note value associated with this request.
<E> void
Request.setNote(Request.Note<E> note, E value)
          Bind the Request.Note value to this Request, replacing any existing binding for this name.
 



Copyright © 2010 Oracle Corpration. All Rights Reserved.