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

/openjdk7/jdk/src/share/classes/java/net/
H A DDatagramSocketImpl.java118 * but not consumed, so that a subsequent peekData/receive operation
128 protected abstract int peekData(DatagramPacket p) throws IOException; method in class:DatagramSocketImpl
H A DAbstractPlainDatagramSocketImpl.java138 protected abstract int peekData(DatagramPacket p) throws IOException; method in class:AbstractPlainDatagramSocketImpl
/openjdk7/jdk/src/solaris/classes/java/net/
H A DPlainDatagramSocketImpl.java48 protected synchronized native int peekData(DatagramPacket p) throws IOException; method in class:PlainDatagramSocketImpl
/openjdk7/jdk/src/windows/classes/java/net/
H A DDualStackPlainDatagramSocketImpl.java95 // Use peekData()
97 int peekPort = peekData(peekPacket);
102 protected synchronized int peekData(DatagramPacket p) throws IOException { method in class:DualStackPlainDatagramSocketImpl
H A DTwoStacksPlainDatagramSocketImpl.java173 protected synchronized native int peekData(DatagramPacket p) throws IOException; method in class:TwoStacksPlainDatagramSocketImpl
/openjdk7/jdk/test/java/net/Socket/
H A DSocketImplTest.java107 protected int peekData(DatagramPacket p) throws IOException { method in class:SocketImplTest.MyDatagramSocketImpl

Completed in 87 milliseconds