Package com.zeroc.Ice
Class UDPEndpointInfo
java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.Ice.IPEndpointInfo
com.zeroc.Ice.UDPEndpointInfo
- All Implemented Interfaces:
Cloneable
Provides access to an UDP endpoint information.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe multicast interface.int
The multicast time-to-live (or hops).Fields inherited from class com.zeroc.Ice.IPEndpointInfo
host, port, sourceAddress
Fields inherited from class com.zeroc.Ice.EndpointInfo
compress, timeout, underlying
-
Constructor Summary
ConstructorsConstructorDescriptionUDPEndpointInfo
(EndpointInfo underlying, int timeout, boolean compress, String host, int port, String sourceAddress, String mcastInterface, int mcastTtl) -
Method Summary
Methods inherited from class com.zeroc.Ice.EndpointInfo
datagram, secure, type
-
Field Details
-
mcastInterface
The multicast interface. -
mcastTtl
public int mcastTtlThe 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
-
clone
- Overrides:
clone
in classIPEndpointInfo
-