A
B
C
E
F
G
I
O
P
R
S
T
S
- setCreateExchange(tbdex.sdk.httpserver.models.CreateExchangeCallback) - function in tbdex.sdk.httpserver.models.Callbacks
- setExchanges(java.util.Map) - function in tbdex.sdk.httpserver.models.FakeExchangesApi
- setGetBalances(tbdex.sdk.httpserver.models.GetBalancesCallback) - function in tbdex.sdk.httpserver.models.Callbacks
- setGetExchange(tbdex.sdk.httpserver.models.GetExchangeCallback) - function in tbdex.sdk.httpserver.models.Callbacks
- setGetExchanges(tbdex.sdk.httpserver.models.GetExchangesCallback) - function in tbdex.sdk.httpserver.models.Callbacks
- setGetOfferings(tbdex.sdk.httpserver.models.GetOfferingsCallback) - function in tbdex.sdk.httpserver.models.Callbacks
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- setSubmitClose(tbdex.sdk.httpserver.models.SubmitCloseCallback) - function in tbdex.sdk.httpserver.models.Callbacks
- setSubmitOrder(tbdex.sdk.httpserver.models.SubmitOrderCallback) - function in tbdex.sdk.httpserver.models.Callbacks
- start() - function in tbdex.sdk.httpserver.TbdexHttpServer
- Starts the embedded Netty server.
- stop() - function in tbdex.sdk.httpserver.TbdexHttpServer
- Stops the embedded Netty server.
- submitClose(io.ktor.server.application.ApplicationCall,tbdex.sdk.httpserver.models.ExchangesApi,tbdex.sdk.httpserver.models.SubmitCloseCallback,tbdex.sdk.protocol.models.Close) - function in tbdex.sdk.httpserver.handlers.SubmitCloseKt
- Handles the submission of a close message by parsing the incoming message, validating the submission, and executing the specified callback if provided.
- SubmitCloseKt - class in tbdex.sdk.httpserver.handlers
- submitMessage(io.ktor.server.application.ApplicationCall,tbdex.sdk.httpserver.models.ExchangesApi,tbdex.sdk.httpserver.models.Callbacks) - function in tbdex.sdk.httpserver.handlers.SubmitMessageKt
- Handles the submission of a close message by parsing the incoming message, validating the submission, and executing the specified callback if provided.
- SubmitMessageKt - class in tbdex.sdk.httpserver.handlers
- submitOrder(io.ktor.server.application.ApplicationCall,tbdex.sdk.httpserver.models.ExchangesApi,tbdex.sdk.httpserver.models.SubmitOrderCallback,tbdex.sdk.protocol.models.Order) - function in tbdex.sdk.httpserver.handlers.SubmitOrderKt
- Handles the submission of an order by parsing the incoming message, validating the submission, and executing the specified callback if provided.
- SubmitOrderKt - class in tbdex.sdk.httpserver.handlers