Searched defs:SocketChannel (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/nio/src/main/java/java/nio/channels/
H A DSocketChannel.java30 * A {@code SocketChannel} is a selectable channel that provides a partial
59 public abstract class SocketChannel extends AbstractSelectableChannel implements class in inherits:AbstractSelectableChannel,ByteChannel,ScatteringByteChannel,GatheringByteChannel
69 * Constructs a new {@code SocketChannel}.
74 protected SocketChannel(SelectorProvider selectorProvider) { method in class:SocketChannel
88 public static SocketChannel open() throws IOException {
118 public static SocketChannel open(SocketAddress address) throws IOException {
119 SocketChannel socketChannel = open();

Completed in 74 milliseconds