Class Connection.HttpConnection

  • All Implemented Interfaces:
    LocationSerializable, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    Connection

    public static class Connection.HttpConnection
    extends TypedConnection<HttpLocation>
    implements scala.Product, java.io.Serializable
    Represents a http connection provided by the component e.g. csw.ConfigServer-service-http
    See Also:
    Serialized Form
    • Constructor Detail

      • HttpConnection

        public HttpConnection​(ComponentId componentId)
    • Method Detail

      • componentId

        public ComponentId componentId()
        Description copied from class: Connection
        The component that is providing this connection
        Specified by:
        componentId in class Connection
        Returns:
        (undocumented)