Searched defs:NetworkChannel (Results 1 - 1 of 1) 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;

Completed in 50 milliseconds