|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkChannel | |
---|---|
org.classpath.icedtea.java.nio.channels | Defines channels, which represent connections to entities that are capable of performing I/O operations, such as files and sockets; defines selectors, for multiplexed, non-blocking I/O operations. |
Uses of NetworkChannel in org.classpath.icedtea.java.nio.channels |
---|
Subinterfaces of NetworkChannel in org.classpath.icedtea.java.nio.channels | |
---|---|
interface |
MulticastChannel
A network channel that supports Internet Protocol (IP) multicasting. |
Classes in org.classpath.icedtea.java.nio.channels that implement NetworkChannel | |
---|---|
class |
AsynchronousDatagramChannel
An asynchronous channel for datagram-oriented sockets. |
class |
AsynchronousServerSocketChannel
An asynchronous channel for stream-oriented listening sockets. |
class |
AsynchronousSocketChannel
An asynchronous channel for stream-oriented connecting sockets. |
class |
DatagramChannel
A selectable channel for datagram-oriented sockets. |
Methods in org.classpath.icedtea.java.nio.channels that return NetworkChannel | ||
---|---|---|
NetworkChannel |
NetworkChannel.bind(java.net.SocketAddress local)
Binds the channel's socket to a local address. |
|
|
NetworkChannel.setOption(SocketOption<T> name,
T value)
Sets the value of a socket option. |
|
NIO2 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.