A
B
C
E
F
G
I
O
P
R
S
T
C
- CallbackError - class in tbdex.sdk.httpserver.models
- Exception class representing an error that can occur during a callback execution.
- Callbacks - class in tbdex.sdk.httpserver.models
- Class that houses all callback types for the TBDex HTTP server.
- configure(io.ktor.server.application.Application) - function in tbdex.sdk.httpserver.TbdexHttpServer
- Configures the Ktor application with necessary settings, including content negotiation.
- createExchange(io.ktor.server.application.ApplicationCall,tbdex.sdk.httpserver.models.OfferingsApi,tbdex.sdk.httpserver.models.ExchangesApi,tbdex.sdk.httpserver.models.CreateExchangeCallback) - function in tbdex.sdk.httpserver.handlers.CreateExchangeKt
- Handles the submission of a Request for Quote (RFQ) through the TBDex API.
- CreateExchangeKt - class in tbdex.sdk.httpserver.handlers