Uses of Package
org.glassfish.grizzly.http.io
-
Packages that use org.glassfish.grizzly.http.io Package Description org.glassfish.grizzly.http.io org.glassfish.grizzly.http.server org.glassfish.grizzly.http.server.io -
Classes in org.glassfish.grizzly.http.io used by org.glassfish.grizzly.http.io Class Description BinaryNIOInputSource Adds the ability for binary basedInputSources to obtain the incomingBufferdirectly without having to use intermediate objects to copy the data to.BinaryNIOOutputSink Adds the ability for binary basedOutputSinks to write aBufferinstead of having to convert to those types supported byOutputStream.OutputBuffer.LifeCycleListener -
Classes in org.glassfish.grizzly.http.io used by org.glassfish.grizzly.http.server Class Description InputBuffer Abstraction exposing both byte and character methods to read content from the HTTP messaging system in Grizzly.NIOInputStream Stream implementation to read binary request content.NIOOutputStream Stream implementation for writing binary content to an HTTP user-agent.NIOReader Character stream implementation used to read character-based request content.NIOWriter Stream implementation for writing character content to an HTTP user-agent.OutputBuffer Abstraction exposing both byte and character methods to write content to the HTTP messaging system in Grizzly. -
Classes in org.glassfish.grizzly.http.io used by org.glassfish.grizzly.http.server.io Class Description InputBuffer Abstraction exposing both byte and character methods to read content from the HTTP messaging system in Grizzly.OutputBuffer Abstraction exposing both byte and character methods to write content to the HTTP messaging system in Grizzly.