JavaScript is disabled on your browser.
Skip navigation links
Package
Use
Tree
Index
Search
Help
lv.id.jc.dicechess.runtime
Uses of Package
lv.id.jc.dicechess.runtime
Classes in
lv.id.jc.dicechess.runtime
used by
lv.id.jc.dicechess.runtime
Class
Description
Response
An HTTP response for a webhook delivery: a status code and a JSON body, ready to write to whatever HTTP layer the caller is using.
TurnContext
What a strategy is told about the turn it must play — everything the webhook envelope's
state
carries that a move-choosing function plausibly needs, beyond the position itself.
TurnContext.Clock
The game clock as of this turn.
WebhookHandler
Orchestrates one webhook delivery: the ownership handshake, signature verification, and dispatch to the bot's move-choosing function.