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

/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSocketChannelImpl.java544 int sendOutOfBandData(byte b) throws IOException { method in class:SocketChannelImpl
556 n = sendOutOfBandData(fd, b);
1028 private static native int sendOutOfBandData(FileDescriptor fd, byte data) method in class:SocketChannelImpl

Completed in 33 milliseconds