Uses of Class
com.sun.jdi.connect.spi.TransportService.ListenKey
-
Packages that use TransportService.ListenKey Package Description com.sun.jdi.connect.spi This package comprises the interfaces and classes used to develop newTransportServiceimplementations. -
-
Uses of TransportService.ListenKey in com.sun.jdi.connect.spi
Methods in com.sun.jdi.connect.spi that return TransportService.ListenKey Modifier and Type Method Description abstract TransportService.ListenKeyTransportService. startListening()Listens on an address chosen by the transport service.abstract TransportService.ListenKeyTransportService. startListening(String address)Listens on the specified address for inbound connections.Methods in com.sun.jdi.connect.spi with parameters of type TransportService.ListenKey Modifier and Type Method Description abstract ConnectionTransportService. accept(TransportService.ListenKey listenKey, long acceptTimeout, long handshakeTimeout)Accept a connection from a target VM.abstract voidTransportService. stopListening(TransportService.ListenKey listenKey)Stop listening for inbound connections.
-