|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputStreamChannel | |
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 OutputStreamChannel in org.activeio |
Subinterfaces of OutputStreamChannel in org.activeio | |
interface |
StreamChannel
|
Uses of OutputStreamChannel in org.activeio.adapter |
Constructors in org.activeio.adapter with parameters of type OutputStreamChannel | |
OutputStreamChannelToOutputStream(OutputStreamChannel channel)
|
Uses of OutputStreamChannel in org.activeio.net |
Classes in org.activeio.net that implement OutputStreamChannel | |
class |
SocketStreamChannel
A StreamChannel implementation that uses a Socket
to talk to the network. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |