ServerEndpoints

play.core.server.ServerEndpoints
See theServerEndpoints companion object
@ApiMayChange
final case class ServerEndpoints(endpoints: Seq[ServerEndpoint])

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.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

Convenient way to get an HTTP endpoint

Convenient way to get an HTTP endpoint

Attributes

Convenient way to get an HTTPS endpoint

Convenient way to get an HTTPS endpoint

Attributes