public interface AlertHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onAlert(InetSocketAddress peer,
AlertMessage alert)
Indicates that an ALERT message has been received from a peer.
|
void onAlert(InetSocketAddress peer, AlertMessage alert)
peer - The peer that the alert has been received from.alert - The alert.Copyright © 2023 Eclipse Foundation. All rights reserved.