Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::EndpointInfo Class Reference

Base class for the endpoint info classes. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::EndpointInfo:

Public Member Functions

 EndpointInfo (const EndpointInfo &)=delete
virtual bool datagram () const noexcept
 Returns true if this endpoint's transport is a datagram transport (namely, UDP), false otherwise.
EndpointInfooperator= (const EndpointInfo &)=delete
virtual bool secure () const noexcept
 Returns true if this endpoint's transport uses SSL, false otherwise.
virtual std::int16_t type () const noexcept
 Returns the type of the endpoint.

Public Attributes

const bool compress
 Specifies whether or not compression should be used if available when using this endpoint.
const EndpointInfoPtr underlying
 The information of the underlying endpoint or nullptr if there's no underlying endpoint.

Detailed Description

Base class for the endpoint info classes.

Definition at line 58 of file Endpoint.h.


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