com.paypal.cascade.http

server

package server

Visibility
  1. Public
  2. All

Type Members

  1. class SprayConfiguration extends AnyRef

    This class provides configuration information for a spray service

  2. case class StatsResponse(uptimeInSec: Long, totalRequests: Long, openRequests: Long, maxOpenRequests: Long, totalConnections: Long, openConnections: Long, maxOpenConnections: Long, requestTimeouts: Long) extends Product with Serializable

    Container for the information generated by a stats endpoint request

  3. case class StatusResponse(status: String, serviceName: String, serviceVersion: String, dependencies: List[String], gitInfo: Map[String, String]) extends Product with Serializable

    Container for the information generated by a status endpoint request

    Container for the information generated by a status endpoint request

    status

    the status

    serviceName

    the name

    serviceVersion

    the version

    dependencies

    the dependencies used

    gitInfo

    the repo info for this build

Ungrouped