Class TcpDatagramSocketProvider

  • All Implemented Interfaces:
    DatagramSocketProvider

    public class TcpDatagramSocketProvider
    extends Object
    implements DatagramSocketProvider
    TcpDatagramSocketProvider produces datagram sockets that uses TCP sockets underneath for unicast communication. For multicast, it still uses the MulticastSockets.
    Since:
    Coherence 12.1.2
    Author:
    bb 2011.11.21