corda / com.r3.enm.servicesapi.zone.handlers / RpcRequestMessage

RpcRequestMessage

data class RpcRequestMessage

Constructors

<init>

RpcRequestMessage(userToken: String, function: String?, body: String?)

Properties

body

val body: String?

function

val function: String?

userToken

val userToken: String

Functions

toStream

fun toStream(b: <ERROR CLASS>): Unit

Companion Object Properties

BODY_CHARSET

val BODY_CHARSET: <ERROR CLASS>

FUNCTION_CHARSET

val FUNCTION_CHARSET: <ERROR CLASS>

USER_TOKEN_CHARSET

val USER_TOKEN_CHARSET: <ERROR CLASS>

Companion Object Functions

fromStream

fun fromStream(b: <ERROR CLASS>): RpcRequestMessage