Package com.zeroc.Ice

Class UDPEndpointInfo


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

    • mcastInterface

      public final String mcastInterface
      The multicast interface.
    • mcastTtl

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

    • type

      public short type()
      Description copied from class: EndpointInfo
      Returns the type of the endpoint.
      Overrides:
      type in class EndpointInfo
      Returns:
      The endpoint type.
    • datagram

      public boolean datagram()
      Description copied from class: EndpointInfo
      Returns true if this endpoint is a datagram endpoint.
      Overrides:
      datagram in class EndpointInfo
      Returns:
      True for a datagram endpoint.