Package io.activej.net.socket.udp
Interface UdpSocket.Inspector
- All Superinterfaces:
io.activej.common.inspector.BaseInspector<UdpSocket.Inspector>
- All Known Implementing Classes:
UdpSocket.JmxInspector
- Enclosing class:
- UdpSocket
public static interface UdpSocket.Inspector
extends io.activej.common.inspector.BaseInspector<UdpSocket.Inspector>
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidonReceiveError(UdpSocket socket, IOException e) voidvoidonSendError(UdpSocket socket, IOException e) Methods inherited from interface io.activej.common.inspector.BaseInspector
lookup
-
Method Details
-
onCreate
-
onReceive
-
onReceiveError
-
onSend
-
onSendError
-
onClose
-