Ice 3.7 C++11 API Reference
|
Provides access to an SSL endpoint information. More...
#include <IceSSL/IceSSL.h>
Public Member Functions | |
EndpointInfo ()=default | |
EndpointInfo (const ::std::shared_ptr<::Ice::EndpointInfo > &underlying, int timeout, bool compress) | |
One-shot constructor to initialize all data members. More... | |
EndpointInfo (const EndpointInfo &)=default | |
EndpointInfo (EndpointInfo &&)=default | |
EndpointInfo & | operator= (const EndpointInfo &)=default |
EndpointInfo & | operator= (EndpointInfo &&)=default |
virtual | ~EndpointInfo () |
![]() | |
virtual bool | datagram () const noexcept=0 |
Returns true if this endpoint is a datagram endpoint. More... | |
EndpointInfo ()=default | |
EndpointInfo (const ::std::shared_ptr<::Ice::EndpointInfo > &underlying, int timeout, bool compress) | |
One-shot constructor to initialize all data members. More... | |
EndpointInfo (const EndpointInfo &)=default | |
EndpointInfo (EndpointInfo &&)=default | |
EndpointInfo & | operator= (const EndpointInfo &)=default |
EndpointInfo & | operator= (EndpointInfo &&)=default |
virtual bool | secure () const noexcept=0 |
Returns true if this endpoint is a secure endpoint. More... | |
virtual short | type () const noexcept=0 |
Returns the type of the endpoint. More... | |
Additional Inherited 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... | |
::std::shared_ptr<::Ice::EndpointInfo > | underlying |
The information of the underyling endpoint of null if there's no underlying endpoint. More... | |
Provides access to an SSL endpoint information.
|
virtual |
Reimplemented from Ice::EndpointInfo.
|
default |
|
default |
|
default |
|
inline |
One-shot constructor to initialize all data members.
underlying | The information of the underyling endpoint of null if there's no underlying endpoint. |
timeout | The timeout for the endpoint in milliseconds. |
compress | Specifies whether or not compression should be used if available when using this endpoint. |
|
default |
|
default |