|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StreamChannel | |
org.activeio | The core activeio API is centered around having Channels that move Packets of data. |
org.activeio.net | A set of Channel implementations that are implemented using the Socket and DatagramSocket classes. |
Uses of StreamChannel in org.activeio |
Methods in org.activeio that return StreamChannel | |
StreamChannel |
StreamChannelFactory.openStreamChannel(URI location)
Opens a connection to server. |
Uses of StreamChannel in org.activeio.net |
Classes in org.activeio.net that implement StreamChannel | |
class |
SocketStreamChannel
A StreamChannel implementation that uses a Socket
to talk to the network. |
Methods in org.activeio.net that return StreamChannel | |
StreamChannel |
SocketStreamChannelFactory.openStreamChannel(URI location)
Uses the 's host and port to create a tcp connection to a remote host. |
protected StreamChannel |
SocketStreamChannelFactory.createStreamChannel(Socket socket)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |