Index

D E G H I J M R T U 
All Classes and Interfaces|All Packages

D

DecoderText<T> - Interface in io.hotmoka.websockets.beans.api
An decoder of a type T from a string.

E

EncoderText<T> - Interface in io.hotmoka.websockets.beans.api
A encoder of a type T into a string.
equals(Object) - Method in interface io.hotmoka.websockets.beans.api.RpcMessage
 
ExceptionMessage - Interface in io.hotmoka.websockets.beans.api
A network message corresponding to an exception thrown by a method call.

G

getExceptionClass() - Method in interface io.hotmoka.websockets.beans.api.ExceptionMessage
Yields the class of the exception.
getId() - Method in interface io.hotmoka.websockets.beans.api.RpcMessage
Yields the id of the message.
getMessage() - Method in interface io.hotmoka.websockets.beans.api.ExceptionMessage
Yields the message of the exception.
getType() - Method in interface io.hotmoka.websockets.beans.api.RpcMessage
Yields the type of this message.

H

hashCode() - Method in interface io.hotmoka.websockets.beans.api.RpcMessage
 

I

io.hotmoka.websockets.beans.api - module io.hotmoka.websockets.beans.api
This module defines the API of the beans transmitted among websocket servers and clients.
io.hotmoka.websockets.beans.api - package io.hotmoka.websockets.beans.api
 

J

JsonRepresentation<T> - Interface in io.hotmoka.websockets.beans.api
A JSON representation of a value.

M

map(T) - Method in interface io.hotmoka.websockets.beans.api.ToJsonRepresentation
Maps a value into its JSON representation.

R

RpcMessage - Interface in io.hotmoka.websockets.beans.api
An RPC message.

T

ToJsonRepresentation<T,JSON extends JsonRepresentation<T>> - Interface in io.hotmoka.websockets.beans.api
A function that transforms a value into its JSON representation.

U

unmap() - Method in interface io.hotmoka.websockets.beans.api.JsonRepresentation
Supplies the represented value.
D E G H I J M R T U 
All Classes and Interfaces|All Packages