Uses of Class
org.glassfish.grizzly.http.Note
Packages that use Note
-
Uses of Note in org.glassfish.grizzly.http
Methods in org.glassfish.grizzly.http that return NoteModifier and TypeMethodDescriptionstatic <E> Note<E>HttpRequestPacket.createNote(String name) Create a namedNoteassociated with this Request.Methods in org.glassfish.grizzly.http with parameters of type NoteModifier and TypeMethodDescription<E> EReturn theNotevalue associated with this Request, ornullif no such binding exists.<E> EHttpRequestPacket.removeNote(Note<E> note) Remove theNotevalue associated with this request.<E> voidBind theNotevalue to this Request, replacing any existing binding for this name.