package http
Ordering
- Alphabetic
Visibility
- Public
- Protected
Package Members
Type Members
- class CommandService extends NamedLogging with NoTracing
- class ContractsService extends NamedLogging with NoTracing
- class Endpoints extends NamedLogging with NoTracing
- final class HealthService extends AnyRef
- final case class HttpApiConfig(server: HttpServerConfig = HttpServerConfig(), websocketConfig: Option[WebsocketConfig] = None, allowInsecureTokens: Boolean = false, staticContent: Option[StaticContentConfig] = None, debugLoggingOfHttpBodies: Boolean = false) extends Product with Serializable
- class HttpService extends ResourceOwner[ServerBinding] with NamedLogging with NoTracing
- final case class JsonApiConfig(address: String = com.daml.cliopts.Http.defaultAddress, httpPort: Option[Int] = None, portFile: Option[Path] = None, staticContentConfig: Option[StaticContentConfig] = None, allowNonHttps: Boolean = false, wsConfig: Option[WebsocketConfig] = None, debugLoggingOfHttpBodies: Boolean = false) extends StartSettings with Product with Serializable
- final case class LedgerClientJwt(loggerFactory: NamedLoggerFactory) extends NamedLogging with NoTracing with Product with Serializable
- class MeteringReportService extends AnyRef
- class PackageManagementService extends AnyRef
- class PackageService extends NamedLogging with NoTracing
- class PartiesService extends AnyRef
- trait StartSettings extends AnyRef
- final case class StaticContentConfig(prefix: String, directory: File) extends Product with Serializable
- class WebSocketService extends NamedLogging with NoTracing
- final case class WebsocketConfig(maxDuration: FiniteDuration = WSC.DefaultMaxDuration, throttleElem: Int = WSC.DefaultThrottleElem, throttlePer: FiniteDuration = WSC.DefaultThrottlePer, maxBurst: Int = WSC.DefaultMaxBurst, mode: ThrottleMode = WSC.DefaultThrottleMode, heartbeatPeriod: FiniteDuration = WSC.DefaultHeartbeatPeriod) extends Product with Serializable
- class WebsocketEndpoints extends NamedLogging with NoTracing
Value Members
- object CommandService
- object ContractsService
- object Endpoints
- object EndpointsCompanion extends NoTracing
- object ErrorMessages
- object HealthService
- object HttpApiServer extends NoTracing
- object HttpService
- object JsonApiConfig extends Serializable
- object LedgerClientJwt extends Serializable
- object PackageService
- object PartiesService
- object StartSettings
- object StaticContentConfig extends Serializable
- object StaticContentEndpoints
- object WebSocketService extends NoTracing
- object WebsocketConfig extends Serializable
- object WebsocketEndpoints