|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.jdi.connect.spi.TransportService.Capabilities
public abstract static class TransportService.Capabilities
The transport service capabilities.
Constructor Summary | |
---|---|
TransportService.Capabilities()
|
Method Summary | |
---|---|
abstract boolean |
supportsAcceptTimeout()
Tell whether or not this transport service supports a timeout while waiting for a target VM to connect. |
abstract boolean |
supportsAttachTimeout()
Tell whether or not this transport service supports a timeout when attaching to a target VM. |
abstract boolean |
supportsHandshakeTimeout()
Tells whether or not this transport service supports a timeout when handshaking with the target VM. |
abstract boolean |
supportsMultipleConnections()
Tells whether or not this transport service can support multiple concurrent connections to a single address that it is listening on. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransportService.Capabilities()
Method Detail |
---|
public abstract boolean supportsMultipleConnections()
public abstract boolean supportsAttachTimeout()
TransportService.attach(String,long,long)
public abstract boolean supportsAcceptTimeout()
TransportService.accept(TransportService.ListenKey,long,long)
public abstract boolean supportsHandshakeTimeout()
TransportService.attach(String,long,long)
,
TransportService.accept(TransportService.ListenKey,long,long)
|
Java Debug Interface | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |