Package com.zeroc.Ice

Class UDPEndpointInfo

All Implemented Interfaces:
Cloneable

public abstract class UDPEndpointInfo extends IPEndpointInfo
Provides access to an UDP endpoint information.
See Also:
  • Field Details

    • mcastInterface

      public String mcastInterface
      The multicast interface.
    • mcastTtl

      public int mcastTtl
      The multicast time-to-live (or hops).
  • Constructor Details

    • UDPEndpointInfo

      public UDPEndpointInfo()
    • UDPEndpointInfo

      public UDPEndpointInfo(EndpointInfo underlying, int timeout, boolean compress, String host, int port, String sourceAddress, String mcastInterface, int mcastTtl)
  • Method Details