|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
com.sun.grizzly.util.InputReader
com.sun.grizzly.util.ByteBufferInputStream
InputReader instead
public class ByteBufferInputStream
This class implement IO stream operations on top of a ByteBuffer.
Under the hood, this class use a temporary Selector pool for reading
bytes when the client ask for more and the current Selector is not yet ready.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.grizzly.util.InputReader |
|---|
InputReader.ChannelType |
| Field Summary |
|---|
| Fields inherited from class com.sun.grizzly.util.InputReader |
|---|
byteBuffer, inputBB, key, readTimeout, sslEngine |
| Constructor Summary | |
|---|---|
ByteBufferInputStream()
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class com.sun.grizzly.util.InputReader |
|---|
available, close, doClearRead, doRead, doSecureRead, getByteBuffer, getChannelType, getDefaultReadTimeout, getInputBB, getReadTimeout, getSslEngine, isSecure, markSupported, read, read, read, read, recycle, setByteBuffer, setChannelType, setDefaultReadTimeout, setInputBB, setReadTimeout, setSecure, setSelectionKey, setSslEngine |
| Methods inherited from class java.io.InputStream |
|---|
mark, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteBufferInputStream()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||