Interface | Description |
---|---|
WriteBufferReceiver |
Receives the output bytes.
|
Class | Description |
---|---|
BrowseInputStream |
Enables browsing the content of the
ServerInputStream without consuming
bytes of the ServerInputStream . |
ServerInputStream |
Provides non-blocking
InputStream for servicing. |
ServerOutputStream |
OutputStream with additional methods to write cached
ByteBuffer instances. |
ServerWriter |
Server
Writer . |
Exception | Description |
---|---|
NoAvailableInputException |
Thrown by the
ServerInputStream on attempting a read past the available
data. |
Copyright © 2005–2016. All rights reserved.