|
| TCPEndpointInfo & | operator= (const TCPEndpointInfo &)=default |
| TCPEndpointInfo & | operator= (TCPEndpointInfo &&)=default |
| | TCPEndpointInfo ()=default |
| | TCPEndpointInfo (const ::std::shared_ptr<::Ice::EndpointInfo > &underlying, int timeout, bool compress, const ::std::string &host, int port, const ::std::string &sourceAddress) |
| | One-shot constructor to initialize all data members.
|
| | TCPEndpointInfo (const TCPEndpointInfo &)=default |
| | TCPEndpointInfo (TCPEndpointInfo &&)=default |
| virtual | ~TCPEndpointInfo () |
| | IPEndpointInfo ()=default |
| | IPEndpointInfo (const ::std::shared_ptr<::Ice::EndpointInfo > &underlying, int timeout, bool compress, const ::std::string &host, int port, const ::std::string &sourceAddress) |
| | One-shot constructor to initialize all data members.
|
| | IPEndpointInfo (const IPEndpointInfo &)=default |
| | IPEndpointInfo (IPEndpointInfo &&)=default |
| IPEndpointInfo & | operator= (const IPEndpointInfo &)=default |
| IPEndpointInfo & | operator= (IPEndpointInfo &&)=default |
| virtual | ~IPEndpointInfo () |
| virtual bool | datagram () const noexcept=0 |
| | Returns true if this endpoint is a datagram endpoint.
|
| | EndpointInfo ()=default |
| | EndpointInfo (const ::std::shared_ptr<::Ice::EndpointInfo > &underlying, int timeout, bool compress) |
| | One-shot constructor to initialize all data members.
|
| | 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.
|
| virtual short | type () const noexcept=0 |
| | Returns the type of the endpoint.
|
| virtual | ~EndpointInfo () |
Provides access to a TCP endpoint information.
- See also
- Endpoint