Ice 3.7 Slice API Reference
Data Members | List of all members
Ice::UDPEndpointInfo Local Class Reference

Provides access to an UDP endpoint information. More...

defined in <Ice/Endpoint.ice>

local class UDPEndpointInfo extends Ice::IPEndpointInfo { ... }

Inheritance diagram for Ice::UDPEndpointInfo:
Inheritance graph
[legend]
Collaboration diagram for Ice::UDPEndpointInfo:
Collaboration graph
[legend]

Data Members

string mcastInterface
 The multicast interface. More...
 
int mcastTtl
 The multicast time-to-live (or hops). More...
 
- Data Members inherited from Ice::IPEndpointInfo
string host
 The host or address configured with the endpoint. More...
 
int port
 The port number. More...
 
string sourceAddress
 The source IP address. More...
 
- Data Members inherited from Ice::EndpointInfo
bool compress
 Specifies whether or not compression should be used if available when using this endpoint. More...
 
int timeout
 The timeout for the endpoint in milliseconds. More...
 
EndpointInfo underlying
 The information of the underyling endpoint of null if there's no underlying endpoint. More...
 

Additional Inherited Members

- Operations inherited from Ice::EndpointInfo
bool datagram ()
 Returns true if this endpoint is a datagram endpoint. More...
 
bool secure ()
 Returns true if this endpoint is a secure endpoint. More...
 
short type ()
 Returns the type of the endpoint. More...
 

Detailed Description

Provides access to an UDP endpoint information.

See also
Endpoint

Data Member Documentation

◆ mcastInterface

string mcastInterface

The multicast interface.

◆ mcastTtl

int mcastTtl

The multicast time-to-live (or hops).


The documentation for this class was generated from the following file: