@Exported public abstract static class TransportService.Capabilities extends Object
| Constructor and Description | 
|---|
| Capabilities() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
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)
 Copyright © 1999, 2017, Oracle and/or its affiliates.  All rights reserved.