3#ifndef ICE_ENDPOINT_F_H
4#define ICE_ENDPOINT_F_H
Base class for the endpoint info classes.
An endpoint specifies the address of the server-end of an Ice connection: an object adapter listens o...
Provides access to the address details of an IP endpoint.
Provides access to the details of an opaque endpoint.
Provides access to a TCP endpoint information.
Provides access to an UDP endpoint information.
Provides access to a WebSocket endpoint information.
std::vector< EndpointPtr > EndpointSeq
A sequence of endpoints.
std::shared_ptr< Endpoint > EndpointPtr
A shared pointer to an Endpoint.
std::shared_ptr< IPEndpointInfo > IPEndpointInfoPtr
A shared pointer to an IPEndpointInfo.
std::shared_ptr< TCPEndpointInfo > TCPEndpointInfoPtr
A shared pointer to a TCPEndpointInfo.
std::shared_ptr< UDPEndpointInfo > UDPEndpointInfoPtr
A shared pointer to a UDPEndpointInfo.
std::shared_ptr< EndpointInfo > EndpointInfoPtr
A shared pointer to an EndpointInfo.
std::shared_ptr< OpaqueEndpointInfo > OpaqueEndpointInfoPtr
A shared pointer to an OpaqueEndpointInfo.
std::shared_ptr< WSEndpointInfo > WSEndpointInfoPtr
A shared pointer to a WSEndpointInfo.