Package io.activej.net.socket.udp
Class UdpSocket.JmxInspector
java.lang.Object
io.activej.common.inspector.AbstractInspector<UdpSocket.Inspector>
io.activej.net.socket.udp.UdpSocket.JmxInspector
- All Implemented Interfaces:
io.activej.common.inspector.BaseInspector<UdpSocket.Inspector>,UdpSocket.Inspector
- Enclosing class:
- UdpSocket
public static class UdpSocket.JmxInspector
extends io.activej.common.inspector.AbstractInspector<UdpSocket.Inspector>
implements UdpSocket.Inspector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.activej.jmx.stats.EventStatsio.activej.jmx.stats.EventStatsio.activej.jmx.stats.EventStatsio.activej.jmx.stats.ValueStatsio.activej.jmx.stats.EventStatsio.activej.jmx.stats.ValueStatsgetSends()voidvoidvoidvoidonReceiveError(UdpSocket socket, IOException e) voidvoidonSendError(UdpSocket socket, IOException e) Methods inherited from class io.activej.common.inspector.AbstractInspector
lookupMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.activej.common.inspector.BaseInspector
lookup
-
Constructor Details
-
JmxInspector
-
-
Method Details
-
onCreate
- Specified by:
onCreatein interfaceUdpSocket.Inspector
-
onReceive
- Specified by:
onReceivein interfaceUdpSocket.Inspector
-
onReceiveError
- Specified by:
onReceiveErrorin interfaceUdpSocket.Inspector
-
onSend
- Specified by:
onSendin interfaceUdpSocket.Inspector
-
onSendError
- Specified by:
onSendErrorin interfaceUdpSocket.Inspector
-
onClose
- Specified by:
onClosein interfaceUdpSocket.Inspector
-
getCreates
public io.activej.jmx.stats.EventStats getCreates() -
getReceives
public io.activej.jmx.stats.ValueStats getReceives() -
getReceiveErrors
public io.activej.jmx.stats.EventStats getReceiveErrors() -
getSends
public io.activej.jmx.stats.ValueStats getSends() -
getSendErrors
public io.activej.jmx.stats.EventStats getSendErrors() -
getCloses
public io.activej.jmx.stats.EventStats getCloses()
-