awala
Toggle table of contents
1.0.0a3
jvm
Platform filter
jvm
Switch theme
Search in API
awala
awala
/
tech.relaycorp.relaynet.ramf
Package-level
declarations
Types
Types
Encrypted
RAMFMessage
Link copied to clipboard
abstract
class
EncryptedRAMFMessage
<
P
:
EncryptedPayload
>
:
RAMFMessage
<
P
>
Invalid
Payload
Exception
Link copied to clipboard
class
InvalidPayloadException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RAMFException
RAMFException
Link copied to clipboard
open
class
RAMFException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
RelaynetException
RAMF-related issue.
RAMFMessage
Link copied to clipboard
abstract
class
RAMFMessage
<
P
:
Payload
>
RAMF v1 message.