Searched refs:sendOutOfBandData (Results 1 – 3 of 3) sorted by relevance
101 NATIVE_METHOD(SocketChannelImpl, sendOutOfBandData, "(Ljava/io/FileDescriptor;B)I"),
563 int sendOutOfBandData(byte b) throws IOException { in sendOutOfBandData() method in SocketChannelImpl575 n = sendOutOfBandData(fd, b); in sendOutOfBandData()1093 private static native int sendOutOfBandData(FileDescriptor fd, byte data) in sendOutOfBandData() method in SocketChannelImpl
341 int n = sc.sendOutOfBandData((byte) data); in sendUrgentData()