Package org.glassfish.grizzly.http.io


package org.glassfish.grizzly.http.io
  • Class
    Description
    Adds the ability for binary based InputSources to obtain the incoming Buffer directly without having to use intermediate objects to copy the data to.
    Adds the ability for binary based OutputSinks to write a Buffer instead of having to convert to those types supported by OutputStream.
    Abstraction exposing both byte and character methods to read content from the HTTP messaging system in Grizzly.
    Stream implementation to read binary request content.
    Stream implementation for writing binary content to an HTTP user-agent.
    Character stream implementation used to read character-based request content.
    Stream implementation for writing character content to an HTTP user-agent.
    Abstraction exposing both byte and character methods to write content to the HTTP messaging system in Grizzly.