|
||||||||||
| 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.comet.CometInputStream
public class CometInputStream
Simple InputStream implementation that is backed by a
ByteBuffer
| 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, key, readTimeout |
| Constructor Summary | |
|---|---|
CometInputStream()
Creates a new CometInputStream |
|
| Method Summary | |
|---|---|
void |
recycle()
Recycle the stream. |
| Methods inherited from class com.sun.grizzly.util.InputReader |
|---|
available, close, doClearRead, doRead, doSecureRead, getByteBuffer, getChannelType, getDefaultReadTimeout, getReadTimeout, isSecure, markSupported, read, read, read, read, setByteBuffer, setChannelType, setDefaultReadTimeout, setReadTimeout, setSecure, setSelectionKey |
| 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 CometInputStream()
CometInputStream
| Method Detail |
|---|
public void recycle()
recycle in class InputReader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||