Ice 3.7 C++11 API Reference
Public Member Functions | List of all members
IceSSL::EndpointInfo Class Reference

Provides access to an SSL endpoint information. More...

#include <IceSSL/IceSSL.h>

Inheritance diagram for IceSSL::EndpointInfo:
Inheritance graph
[legend]
Collaboration diagram for IceSSL::EndpointInfo:
Collaboration graph
[legend]

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
 
EndpointInfooperator= (const EndpointInfo &)=default
 
EndpointInfooperator= (EndpointInfo &&)=default
 
virtual ~EndpointInfo ()
 
- Public Member Functions inherited from Ice::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
 
EndpointInfooperator= (const EndpointInfo &)=default
 
EndpointInfooperator= (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

- Public Attributes inherited from Ice::EndpointInfo
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::EndpointInfounderlying
 The information of the underyling endpoint of null if there's no underlying endpoint. More...
 

Detailed Description

Provides access to an SSL endpoint information.

Constructor & Destructor Documentation

◆ ~EndpointInfo()

virtual IceSSL::EndpointInfo::~EndpointInfo ( )
virtual

Reimplemented from Ice::EndpointInfo.

◆ EndpointInfo() [1/4]

IceSSL::EndpointInfo::EndpointInfo ( )
default

◆ EndpointInfo() [2/4]

IceSSL::EndpointInfo::EndpointInfo ( const EndpointInfo )
default

◆ EndpointInfo() [3/4]

IceSSL::EndpointInfo::EndpointInfo ( EndpointInfo &&  )
default

◆ EndpointInfo() [4/4]

IceSSL::EndpointInfo::EndpointInfo ( const ::std::shared_ptr<::Ice::EndpointInfo > &  underlying,
int  timeout,
bool  compress 
)
inline

One-shot constructor to initialize all data members.

Parameters
underlyingThe information of the underyling endpoint of null if there's no underlying endpoint.
timeoutThe timeout for the endpoint in milliseconds.
compressSpecifies whether or not compression should be used if available when using this endpoint.

Member Function Documentation

◆ operator=() [1/2]

EndpointInfo& IceSSL::EndpointInfo::operator= ( const EndpointInfo )
default

◆ operator=() [2/2]

EndpointInfo& IceSSL::EndpointInfo::operator= ( EndpointInfo &&  )
default

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