Searched refs:DatagramChannelImpl (Results 1 - 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSelectorProviderImpl.java42 return new DatagramChannelImpl(this);
46 return new DatagramChannelImpl(this, family);
H A DMembershipKeyImpl.java147 ((DatagramChannelImpl)ch).drop(this);
183 ((DatagramChannelImpl)ch).block(this, toBlock);
199 ((DatagramChannelImpl)ch).unblock(this, toUnblock);
H A DDatagramSocketAdaptor.java46 private final DatagramChannelImpl dc;
52 private DatagramSocketAdaptor(DatagramChannelImpl dc) throws IOException {
61 public static DatagramSocket create(DatagramChannelImpl dc) {
H A DDatagramChannelImpl.java66 class DatagramChannelImpl class in inherits:DatagramChannel,SelChImpl
137 public DatagramChannelImpl(SelectorProvider sp) method in class:DatagramChannelImpl
159 public DatagramChannelImpl(SelectorProvider sp, ProtocolFamily family) method in class:DatagramChannelImpl
187 public DatagramChannelImpl(SelectorProvider sp, FileDescriptor fd) method in class:DatagramChannelImpl
/libcore/ojluni/src/main/native/
H A DDatagramChannelImpl.c54 static jfieldID dci_senderID; /* sender in sun.nio.ch.DatagramChannelImpl */
55 static jfieldID dci_senderAddrID; /* sender InetAddress in sun.nio.ch.DatagramChannelImpl */
56 static jfieldID dci_senderPortID; /* sender port in sun.nio.ch.DatagramChannelImpl */
74 clazz = (*env)->FindClass(env, "sun/nio/ch/DatagramChannelImpl");
203 * and port in DatagramChannelImpl then we don't need to
278 NATIVE_METHOD(DatagramChannelImpl, initIDs, "()V"),
279 NATIVE_METHOD(DatagramChannelImpl, disconnect0, "(Ljava/io/FileDescriptor;Z)V"),
280 NATIVE_METHOD(DatagramChannelImpl, receive0, "(Ljava/io/FileDescriptor;JIZ)I"),
281 NATIVE_METHOD(DatagramChannelImpl, send0, "(ZLjava/io/FileDescriptor;JILjava/net/InetAddress;I)I"),
285 jniRegisterNativeMethods(env, "sun/nio/ch/DatagramChannelImpl", gMethod
[all...]

Completed in 63 milliseconds