Package csw.location.models
Class Connection.HttpConnection
- java.lang.Object
-
- csw.location.models.Connection
-
- csw.location.models.TypedConnection<HttpLocation>
-
- csw.location.models.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class csw.location.models.Connection
Connection.AkkaConnection, Connection.AkkaConnection$, Connection.HttpConnection, Connection.HttpConnection$, Connection.TcpConnection, Connection.TcpConnection$
-
-
Constructor Summary
Constructors Constructor Description HttpConnection(ComponentId componentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentId
componentId()
The component that is providing this connection-
Methods inherited from class csw.location.models.Connection
connectionInfo, connectionType, from, from, name, of, prefix
-
-
-
-
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 classConnection
- Returns:
- (undocumented)
-
-