|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputStreamChannel | |
org.activeio | The core activeio API is centered around having Channels that move Packets of data. |
org.activeio.adapter | The Adapter package provides classes that make it easy ot bridge between the the SynchChannel, AsyncChannel, InputStream, OutputStream, Socket, and ServerSocket domains. |
org.activeio.net | A set of Channel implementations that are implemented using the Socket and DatagramSocket classes. |
Uses of InputStreamChannel in org.activeio |
Subinterfaces of InputStreamChannel in org.activeio | |
interface |
StreamChannel
|
Uses of InputStreamChannel in org.activeio.adapter |
Constructors in org.activeio.adapter with parameters of type InputStreamChannel | |
InputStreamChannelToInputStream(InputStreamChannel channel)
|
Uses of InputStreamChannel in org.activeio.net |
Classes in org.activeio.net that implement InputStreamChannel | |
class |
SocketStreamChannel
A StreamChannel implementation that uses a Socket
to talk to the network. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |