Ice.EndpointInfo¶
- class Ice.EndpointInfo¶
Bases:
objectBase class for the endpoint info classes.
- compress¶
Specifies whether or not compression should be used if available when using this endpoint.
- Type:
- datagram() bool¶
Returns whether this endpoint is a datagram endpoint (namely, UDP).
- Returns:
Truefor a UDP endpoint,Falseotherwise.- Return type:
- secure() bool¶
Returns whether this endpoint uses SSL.
- Returns:
Truefor SSL and SSL-based transports,Falseotherwise.- Return type:
- underlying¶
The information of the underlying endpoint or
Noneif there’s no underlying endpoint.- Type:
Ice.EndpointInfo | None