Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Operations | Data Members | List of all members
Ice::EndpointInfo Local Class Reference

Base class providing access to the endpoint details. More...

Defined in <Ice/Endpoint.ice>

local class EndpointInfo { ... }

Inheritance diagram for Ice::EndpointInfo:
Inheritance graph
[legend]

Operations

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...
 

Data Members

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...
 

Detailed Description

Base class providing access to the endpoint details.

Operation Documentation

◆ datagram()

["cpp:const"]
bool datagram ( )

Returns true if this endpoint is a datagram endpoint.

◆ secure()

["cpp:const"]
bool secure ( )

Returns true if this endpoint is a secure endpoint.

◆ type()

["cpp:const"]
short type ( )

Returns the type of the endpoint.

Data Member Documentation

◆ compress

bool compress

Specifies whether or not compression should be used if available when using this endpoint.

◆ timeout

int timeout

The timeout for the endpoint in milliseconds.

0 means non-blocking, -1 means no timeout.


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