Class ClaimRequest
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.encryption.ClaimRequest
-
public class ClaimRequest extends Object
JSON body parameters for Claims one-time keys for use in pre-key messages.
-
-
Constructor Summary
Constructors Constructor Description ClaimRequest()
-
Method Summary
Modifier and Type Method Description Map<String,Map<String,String>>
getOneTimeKeys()
Long
getTimeout()
void
setOneTimeKeys(Map<String,Map<String,String>> oneTimeKeys)
void
setTimeout(Long timeout)
-
-
-
Field Detail
-
timeout
private Long timeout
The time (in milliseconds) to wait when downloading keys from remote servers. 10 seconds is the recommended default.
-
-