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

/libcore/luni/src/main/java/java/nio/channels/
H A DDatagramChannel.java28 * A {@code DatagramChannel} is a selectable channel that represents a partial
42 public abstract class DatagramChannel extends AbstractSelectableChannel class in inherits:AbstractSelectableChannel,ByteChannel,ScatteringByteChannel,GatheringByteChannel
46 * Constructs a new {@code DatagramChannel}.
51 protected DatagramChannel(SelectorProvider selectorProvider) { method in class:DatagramChannel
65 public static DatagramChannel open() throws IOException {
127 public abstract DatagramChannel connect(SocketAddress address)
142 public abstract DatagramChannel disconnect() throws IOException;

Completed in 56 milliseconds