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

/openjdk7/jdk/src/share/classes/com/sun/jdi/connect/spi/
H A DConnection.java147 * the target VM, the writePacket method may block if there is
170 public abstract void writePacket(byte pkt[]) throws IOException; method in class:Connection
177 * calls to {@link #readPacket readPacket} or {@link #writePacket
178 * writePacket} will throw a {@link ClosedConnectionException}.
181 * #readPacket readPacket} or {@link #writePacket writePacket})
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DSocketTransportService.java469 public void writePacket(byte b[]) throws IOException { method in class:SocketConnection
/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java239 public void writePacket(byte b[]) throws IOException { method in class:SharedMemoryConnection

Completed in 82 milliseconds