- java.lang.Object
-
- com.sun.jdi.connect.spi.TransportService.ListenKey
-
- Enclosing class:
- TransportService
public abstract static class TransportService.ListenKey extends Object
A listen key.A
TransportServicemay listen on multiple, yet different, addresses at the same time. To uniquely identify eachlistenera listen key is created each time thatstartListeningis called. The listen key is used in calls to theacceptmethod to accept inbound connections to that listener. A listen key is valid until it is used as an argument tostopListeningto stop the transport service from listening on an address.
-
-
Method Detail
-
address
public abstract String address()
Returns a string representation of the listen key.
-
-