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

/libcore/luni/src/main/java/java/net/
H A DDatagramSocketImpl.java260 * {@code peekData()} or {@code receive()} call. This call blocks until
270 protected abstract int peekData(DatagramPacket pack) throws IOException; method in class:DatagramSocketImpl
H A DPlainDatagramSocketImpl.java154 int result = peekData(packet);
173 public int peekData(DatagramPacket pack) throws IOException { method in class:PlainDatagramSocketImpl
/libcore/luni/src/test/java/libcore/java/net/
H A DOldDatagramSocketImplFactoryTest.java178 protected int peekData(DatagramPacket arg0) throws IOException { method in class:OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
H A DOldDatagramSocketTest.java1076 protected int peekData(DatagramPacket arg0) throws IOException {
2085 protected int peekData(DatagramPacket arg0) throws IOException { method in class:OldDatagramSocketTest.TestDatagramSocketImpl

Completed in 50 milliseconds