Package | Description |
---|---|
com.sun.jdi.connect.spi |
This package comprises the interfaces and classes used to
develop new
TransportService
implementations. |
Modifier and Type | Method | Description |
---|---|---|
abstract TransportService.ListenKey |
TransportService.startListening() |
Listens on an address chosen by the transport service.
|
abstract TransportService.ListenKey |
TransportService.startListening(String address) |
Listens on the specified address for inbound connections.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Connection |
TransportService.accept(TransportService.ListenKey listenKey,
long acceptTimeout,
long handshakeTimeout) |
Accept a connection from a target VM.
|
abstract void |
TransportService.stopListening(TransportService.ListenKey listenKey) |
Stop listening for inbound connections.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 1999, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b161-1