public class SharedMemoryConnection
extends com.sun.jdi.connect.spi.Connection
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
handshake(long handshakeTimeout)
Deprecated.
|
boolean |
isOpen() |
byte[] |
readPacket() |
void |
writePacket(byte[] b) |
public void handshake(long handshakeTimeout)
throws java.io.IOException
java.io.IOExceptionpublic void close()
close in class com.sun.jdi.connect.spi.Connectionpublic boolean isOpen()
isOpen in class com.sun.jdi.connect.spi.Connectionpublic byte[] readPacket()
throws java.io.IOException
readPacket in class com.sun.jdi.connect.spi.Connectionjava.io.IOExceptionpublic void writePacket(byte[] b)
throws java.io.IOException
writePacket in class com.sun.jdi.connect.spi.Connectionjava.io.IOException