java.lang.Object
com.zeroc.Ice.EndpointInfo
com.zeroc.Ice.IPEndpointInfo
com.zeroc.Ice.UDPEndpointInfo
Provides access to an UDP endpoint information.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe multicast interface.final intThe multicast time-to-live (or hops).Fields inherited from class com.zeroc.Ice.IPEndpointInfo
host, port, sourceAddressFields inherited from class com.zeroc.Ice.EndpointInfo
compress, underlying -
Method Summary
Methods inherited from class com.zeroc.Ice.EndpointInfo
secure
-
Field Details
-
mcastInterface
The multicast interface. -
mcastTtl
public final int mcastTtlThe multicast time-to-live (or hops).
-
-
Method Details
-
type
public short type()Description copied from class:EndpointInfoReturns the type of the endpoint.- Overrides:
typein classEndpointInfo- Returns:
- the endpoint type
-
datagram
public boolean datagram()Description copied from class:EndpointInfoReturns whether this endpoint is a datagram endpoint.- Overrides:
datagramin classEndpointInfo- Returns:
truefor a UDP endpoint,falseotherwise
-