| Package | Description |
|---|---|
| org.glassfish.grizzly.http.io | |
| org.glassfish.grizzly.http.server | |
| org.glassfish.grizzly.http.server.io |
| Class and Description |
|---|
| BinaryNIOInputSource
Adds the ability for binary based
InputSources to obtain the
incoming Buffer directly without having to
use intermediate objects to copy the data to. |
| BinaryNIOOutputSink
Adds the ability for binary based
OutputSinks to write a
Buffer instead of having to convert to those types supported by
OutputStream. |
| OutputBuffer.LifeCycleListener |
| Class and 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.
|
| Class and 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.
|
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.