Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextIce-EndpointParseException
prevIce-Endpoint
Section


Ice::EndpointInfo

Overview

local class EndpointInfo

Base class providing access to the endpoint details.

Derived Classes and Interfaces
Used By

Operation Index

type — Returns the type of the endpoint.
datagram — Returns true if this endpoint is a datagram endpoint.
secure — Returns true if this endpoint is a secure endpoint.

Ztop

Data Member Index

timeout — The timeout for the endpoint in milliseconds.
compress — Specifies whether or not compression should be used if available when using this endpoint.

Ztop

Operations

short
Anchor
type
type
type()

Returns the type of the endpoint.

bool
Anchor
datagram
datagram
datagram()

Returns true if this endpoint is a datagram endpoint.

bool
Anchor
secure
secure
secure()

Returns true if this endpoint is a secure endpoint.

Ztop

Data Members

int
Anchor
timeout
timeout
timeout;

The timeout for the endpoint in milliseconds. 0 means non-blocking, -1 means no timeout.

bool
Anchor
compress
compress
compress;

Specifies whether or not compression should be used if available when using this endpoint.

Ztop

Znav
nextIce-EndpointParseException
prevIce-Endpoint
Section