Package | Description |
---|---|
com.veraxsystems.vximpi.test | |
com.veraxsystems.vxipmi.sm |
The
StateMachine classes |
com.veraxsystems.vxipmi.transport |
The UDP transport layer.
|
Modifier and Type | Method and Description |
---|---|
void |
Listener.notifyMessage(UdpMessage message) |
Modifier and Type | Method and Description |
---|---|
void |
StateMachine.notifyMessage(UdpMessage message) |
Modifier and Type | Method and Description |
---|---|
void |
UdpListener.notifyMessage(UdpMessage message)
Notifies listener of the UDP message that was received.
|
void |
UdpMessenger.send(UdpMessage message)
Sends
UdpMessage . |
void |
Messenger.send(UdpMessage message)
Sends
UdpMessage . |
Constructor and Description |
---|
UdpNotifier(UdpMessage message,
java.util.List<UdpListener> listeners) |