SWIMNIOHandler

public final class SWIMNIOHandler : ChannelDuplexHandler

ChannelDuplexHandler responsible for encoding/decoding SWIM messages to/from the SWIMNIOShell.

It is designed to work with DatagramBootstraps, and the contained shell can send messages by writing SWIMNIOSWIMNIOWriteCommand data into the channel which this handler converts into outbound AddressedEnvelope<ByteBuffer> elements.

Write Messages

Read Messages