Uses of Class
org.glassfish.grizzly.http.Note
-
Packages that use Note Package Description org.glassfish.grizzly.http -
-
Uses of Note in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http that return Note Modifier and Type Method Description static <E> Note<E>HttpRequestPacket. createNote(String name)Create a namedNoteassociated with this Request.Methods in org.glassfish.grizzly.http with parameters of type Note Modifier and Type Method Description <E> EHttpRequestPacket. getNote(Note<E> note)Return theNotevalue associated with this Request, ornullif no such binding exists.<E> EHttpRequestPacket. removeNote(Note<E> note)Remove theNotevalue associated with this request.<E> voidHttpRequestPacket. setNote(Note<E> note, E value)Bind theNotevalue to this Request, replacing any existing binding for this name.
-