Package com.zeroc.Ice

Interface Endpoint


public interface Endpoint
The user-level interface to an endpoint.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a string representation of the endpoint.
    Returns the endpoint information.
  • Method Details

    • _toString

      String _toString()
      Return a string representation of the endpoint.
      Returns:
      The string representation of the endpoint.
    • getInfo

      EndpointInfo getInfo()
      Returns the endpoint information.
      Returns:
      The endpoint information class.