Uses of Class
com.sun.jdi.connect.spi.TransportService.ListenKey
Package
Description
This package comprises the interfaces and classes used to
develop new
TransportService
implementations.-
Uses of TransportService.ListenKey in com.sun.jdi.connect.spi
Modifier and TypeMethodDescriptionabstract 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 TypeMethodDescriptionabstract 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.