|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BinaryNIOInputSource
Adds the ability for binary based NIOInputSources to obtain the
incoming Buffer directly without having to
use intermediate objects to copy the data to.
| Method Summary | |
|---|---|
Buffer |
getBuffer()
Returns the underlying Buffer that backs this
NIOInputSource. |
Buffer |
readBuffer()
Returns the underlying Buffer that backs this
NIOInputSource. |
| Methods inherited from interface org.glassfish.grizzly.http.server.io.NIOInputSource |
|---|
isFinished, isReady, notifyAvailable, notifyAvailable, readyData |
| Method Detail |
|---|
Buffer getBuffer()
Returns the underlying Buffer that backs this
NIOInputSource.
Buffer that backs this
NIOInputSource.Buffer readBuffer()
Returns the underlying Buffer that backs this
NIOInputSource. Unlike getBuffer(), this method
detaches the returned Buffer, so user becomes responsible for
handling the Buffer life-cycle.
Buffer that backs this
NIOInputSource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||