Searched refs:NetworkChannel (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DNetworkChannel.java54 public interface NetworkChannel interface in inherits:Channel
87 NetworkChannel bind(SocketAddress local) throws IOException;
129 <T> NetworkChannel setOption(SocketOption<T> name, T value) throws IOException;
H A DMulticastChannel.java97 * enabled prior to {@link NetworkChannel#bind binding} the socket. This is
123 extends NetworkChannel
H A DServerSocketChannel.java76 implements NetworkChannel
H A DAsynchronousServerSocketChannel.java95 implements AsynchronousChannel, NetworkChannel
H A DSocketChannel.java118 implements ByteChannel, ScatteringByteChannel, GatheringByteChannel, NetworkChannel
H A DAsynchronousSocketChannel.java120 implements AsynchronousByteChannel, NetworkChannel
/openjdk7/jdk/test/java/nio/channels/etc/
H A DNetworkChannelTests.java26 * @summary Unit test for channels that implement NetworkChannel
38 NetworkChannel open() throws IOException;
48 NetworkChannel ch;
86 NetworkChannel ch;
150 public NetworkChannel open() throws IOException {
162 public NetworkChannel open() throws IOException {
181 public NetworkChannel open() throws IOException {
/openjdk7/jdk/make/java/nio/
H A DFILES_java.gmk51 java/nio/channels/NetworkChannel.java \

Completed in 36 milliseconds