case class Http(address: String, port: Port, certificateConfig: CertificateConfig, readHost: Option[String] = None, readPort: Option[Port] = None) extends SequencerConnectionConfig with Product with Serializable
Connection specification for a HTTP Sequencer
- address
Host for writes (and reads if read host is not specified).
- port
Port for writes (and reads if read port is not specified).
- readHost
Optional host override for directing reads
- readPort
Optional port override for directing reads
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Http
- Serializable
- Product
- Equals
- SequencerConnectionConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Http(address: String, port: Port, certificateConfig: CertificateConfig, readHost: Option[String] = None, readPort: Option[Port] = None)
- address
Host for writes (and reads if read host is not specified).
- port
Port for writes (and reads if read port is not specified).
- readHost
Optional host override for directing reads
- readPort
Optional port override for directing reads
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val address: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val certificateConfig: CertificateConfig
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val port: Port
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val readHost: Option[String]
- val readPort: Option[Port]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toConnection: Either[String, HttpSequencerConnection]
- Definition Classes
- Http → SequencerConnectionConfig
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])