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

/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/spi/
H A DConnection.java90 * already initiated a {@link #readPacket readPacket} on this
98 * the connection while the readPacket is in progress.
106 public abstract byte[] readPacket() throws IOException; method in class:Connection
177 * calls to {@link #readPacket readPacket} or {@link #writePacket
181 * #readPacket readPacket} or {@link #writePacket writePacket})
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java402 public byte[] readPacket() throws IOException { method in class:SocketConnection
/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java219 public byte[] readPacket() throws IOException { method in class:SharedMemoryConnection

Completed in 32 milliseconds