HttpLocation
csw.location.api.models.HttpLocation
final case class HttpLocation(connection: HttpConnection, uri: URI, metadata: Metadata) extends Location
Represents a live Http connection
Value parameters
- connection
-
represents a connection based on a componentId and the type of connection offered by the component
- metadata
-
represents additional metadata information associated with location. Defaulted to empty is not provided while registration.
- uri
-
represents the remote URI of the component that other components will resolve and talk to
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Locationtrait LocationSerializableclass Objecttrait Matchableclass Any
Members list
In this article