パッケージ | 説明 |
---|---|
com.sun.jdi.connect.spi |
このパッケージは、新しい
TransportService 実装を開発するために使用されるインタフェースおよびクラスで構成されます。 |
修飾子と型 | メソッドと説明 |
---|---|
abstract TransportService.ListenKey |
TransportService.startListening()
トランスポートサービスにより選択されたアドレス上で待機します。
|
abstract TransportService.ListenKey |
TransportService.startListening(String address)
指定されたアドレス上で着信接続を待機します。
|
修飾子と型 | メソッドと説明 |
---|---|
abstract Connection |
TransportService.accept(TransportService.ListenKey listenKey, long acceptTimeout, long handshakeTimeout)
ターゲット VM からの接続を受け入れます。
|
abstract void |
TransportService.stopListening(TransportService.ListenKey listenKey)
着信接続の待機を停止します。
|
Copyright © 1999, 2013, Oracle and/or its affiliates. All rights reserved.