クラス
com.sun.jdi.connect.spi.TransportService.ListenKeyの使用
TransportService.ListenKeyを使用するパッケージ
-
com.sun.jdi.connect.spiでのTransportService.ListenKeyの使用
修飾子と型メソッド説明abstract TransportService.ListenKeyTransportService.startListening()トランスポート・サービスにより選択されたアドレス上で待機します。abstract TransportService.ListenKeyTransportService.startListening(String address) 指定されたアドレス上で着信接続を待機します。型TransportService.ListenKeyのパラメータを持つcom.sun.jdi.connect.spiのメソッド修飾子と型メソッド説明abstract ConnectionTransportService.accept(TransportService.ListenKey listenKey, long acceptTimeout, long handshakeTimeout) ターゲットVMからの接続を受け入れます。abstract voidTransportService.stopListening(TransportService.ListenKey listenKey) 着信接続の待機を停止します。