@zeroc/ice
    Preparing search index...

    Interface Endpoint

    An endpoint specifies the address of the server-end of an Ice connection: an object adapter listens on one or more endpoints and a client establishes a connection to an endpoint.

    interface Endpoint {
        equals(other: any): boolean;
        getInfo(): Ice.EndpointInfo;
        toString(): string;
    }
    Index

    Methods

    • Checks if this endpoint is equal to the specified object.

      Parameters

      • other: any

        The object to compare against.

      Returns boolean

      true if the objects are equal, false otherwise.

    • Return a string representation of the endpoint.

      Returns string

      The string representation of the endpoint.