final case class ServerEndpoints(endpoints: Seq[ServerEndpoint]) extends Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerEndpoints
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ServerEndpoints(endpoints: Seq[ServerEndpoint])
Value Members
- val endpoints: Seq[ServerEndpoint]
- val httpEndpoint: Option[ServerEndpoint]
Convenient way to get an HTTP endpoint
- val httpsEndpoint: Option[ServerEndpoint]
Convenient way to get an HTTPS endpoint
- def productElementNames: Iterator[String]
- Definition Classes
- Product
Wrapper for a sequence of ServerEndpoints. Has a few convenience methods. Also can be used as an implicit parameter to pass around server endpoint information.