Interface ShoalMessageSender
-
- All Known Subinterfaces:
MessageSender,MulticastMessageSender,NetworkManager
- All Known Implementing Classes:
AbstractMessageSender,AbstractMulticastMessageSender,AbstractMultiMessageSender,AbstractNetworkManager,BlockingIOMulticastSender,GrizzlyNetworkManager,GrizzlyNetworkManager2,GrizzlyTCPMessageSender,JxtaNetworkManager,JxtaPipeManagerWrapper,VirtualMulticastSender
public interface ShoalMessageSenderThis is the top interface of the message sender Currently, TCP and UDP(includes Multicast) transport layers are supported.- Author:
- Bongjae Chang
-
-
Field Summary
Fields Modifier and Type Field Description static intTCP_TRANSPORTstatic intUDP_TRANSPORT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()voidstop()
-
-
-
Field Detail
-
TCP_TRANSPORT
static final int TCP_TRANSPORT
- See Also:
- Constant Field Values
-
UDP_TRANSPORT
static final int UDP_TRANSPORT
- See Also:
- Constant Field Values
-
-