|
Ice 3.7 Slice API Reference
|
Base class providing access to the endpoint details. More...
defined in <Ice/Endpoint.ice>
local class EndpointInfo { ... }


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... | |
| EndpointInfo | underlying |
| The information of the underyling endpoint of null if there's no underlying endpoint. More... | |
Base class providing access to the endpoint details.
| bool datagram | ( | ) |
Returns true if this endpoint is a datagram endpoint.
| bool secure | ( | ) |
Returns true if this endpoint is a secure endpoint.
| short type | ( | ) |
Returns the type of the endpoint.
| bool compress |
Specifies whether or not compression should be used if available when using this endpoint.
| int timeout |
The timeout for the endpoint in milliseconds.
0 means non-blocking, -1 means no timeout.
| EndpointInfo underlying |
The information of the underyling endpoint of null if there's no underlying endpoint.