16 [[
"cpp:header-ext:h",
"objc:header-dir:objc",
"js:ice-build"]]
85 [
"cpp:const"]
short type();
92 [
"cpp:const"]
bool datagram();
99 [
"cpp:const"]
bool secure();
116 [
"cpp:const"]
string toString();
string host
The host or address configured with the endpoint.
Definition: Endpoint.ice:142
const short TCPEndpointType
Uniquely identifies TCP endpoints.
Definition: Endpoint.ice:27
The user-level interface to an endpoint.
Definition: Endpoint.ice:107
Provides access to the address details of a IP endpoint.
Definition: Endpoint.ice:135
The Ice core library.
Definition: BuiltinSequences.ice:15
Base class providing access to the endpoint details.
Definition: Endpoint.ice:62
int mcastTtl
The multicast time-to-live (or hops).
Definition: Endpoint.ice:191
bool compress
Specifies whether or not compression should be used if available when using this endpoint.
Definition: Endpoint.ice:78
const short UDPEndpointType
Uniquely identifies UDP endpoints.
Definition: Endpoint.ice:41
Provides access to a WebSocket endpoint information.
Definition: Endpoint.ice:199
ByteSeq rawBytes
The raw encoding of the opaque endpoint.
Definition: Endpoint.ice:231
const short SSLEndpointType
Uniquely identifies SSL endpoints.
Definition: Endpoint.ice:34
Provides access to an UDP endpoint information.
Definition: Endpoint.ice:177
A version structure for the encoding version.
Definition: Version.ice:34
int timeout
The timeout for the endpoint in milliseconds.
Definition: Endpoint.ice:70
string sourceAddress
The source IP address.
Definition: Endpoint.ice:156
const short WSEndpointType
Uniquely identifies TCP-based WebSocket endpoints.
Definition: Endpoint.ice:48
int port
The port number.
Definition: Endpoint.ice:149
const short WSSEndpointType
Uniquely identifies SSL-based WebSocket endpoints.
Definition: Endpoint.ice:55
string resource
The URI configured with the endpoint.
Definition: Endpoint.ice:206
EncodingVersion rawEncoding
The encoding version of the opaque endpoint (to decode or encode the rawBytes).
Definition: Endpoint.ice:224
sequence< byte > ByteSeq
A sequence of bytes.
Definition: BuiltinSequences.ice:22
string mcastInterface
The multicast interface.
Definition: Endpoint.ice:184
Provides access to a TCP endpoint information.
Definition: Endpoint.ice:166
Provides access to the details of an opaque endpoint.
Definition: Endpoint.ice:216