Matrix Server Server Api Client Impl
class MatrixServerServerApiClientImpl(hostname: String, getDelegatedDestination: (String, Int) -> Pair<String, Int>, sign: (String) -> Key.Ed25519Key, getRoomVersion: GetRoomVersionFunction, eventContentSerializerMappings: EventContentSerializerMappings = DefaultDataUnitContentSerializerMappings, json: Json = createMatrixEventAndDataUnitJson(getRoomVersion, eventContentSerializerMappings), httpClientFactory: (config: HttpClientConfig<*>.() -> Unit) -> HttpClient = defaultTrixnityHttpClientFactory()) : MatrixServerServerApiClient
Constructors
Link copied to clipboard
constructor(hostname: String, getDelegatedDestination: (String, Int) -> Pair<String, Int>, sign: (String) -> Key.Ed25519Key, getRoomVersion: GetRoomVersionFunction, eventContentSerializerMappings: EventContentSerializerMappings = DefaultDataUnitContentSerializerMappings, json: Json = createMatrixEventAndDataUnitJson(getRoomVersion, eventContentSerializerMappings), httpClientFactory: (config: HttpClientConfig<*>.() -> Unit) -> HttpClient = defaultTrixnityHttpClientFactory())