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. ConfigServer-service-http- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class csw.location.models.ConnectionConnection.AkkaConnection, Connection.AkkaConnection$, Connection.HttpConnection, Connection.HttpConnection$, Connection.TcpConnection, Connection.TcpConnection$
 
- 
 - 
Constructor SummaryConstructors Constructor Description HttpConnection(ComponentId componentId)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ComponentIdcomponentId()The component that is providing this connection- 
Methods inherited from class csw.location.models.ConnectionconnectionInfo, connectionReads, connectionType, connectionWrites, from, from, name, of
 
- 
 
- 
- 
- 
Constructor Detail- 
HttpConnectionpublic HttpConnection(ComponentId componentId) 
 
- 
 - 
Method Detail- 
componentIdpublic ComponentId componentId() Description copied from class:ConnectionThe component that is providing this connection- Specified by:
- componentIdin class- Connection
- Returns:
- (undocumented)
 
 
- 
 
-