@Component public class Multicast extends Object
| Modifier and Type | Method and Description |
|---|---|
Message<?> |
recv() |
<T> void |
send(MessageType type,
T body) |
Multicast |
setReceiveBufferSize(int size) |
Multicast |
setSendBufferSize(int size) |
public Multicast(Config config) throws IOException
IOExceptionpublic Multicast setSendBufferSize(int size) throws SocketException
SocketExceptionpublic Multicast setReceiveBufferSize(int size) throws SocketException
SocketExceptionpublic <T> void send(MessageType type, T body) throws IOException
IOExceptionpublic Message<?> recv() throws IOException
IOExceptionCopyright © 2017–2022 The Apache Software Foundation. All rights reserved.