package server
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- abstract class MsgType extends AnyRef
- abstract class RequestType extends AnyRef
- trait SidechainNodeChannel extends AnyRef
- class SidechainNodeChannelImpl extends SidechainNodeChannel with SparkzLogging
- class WebSocketServer extends Actor with SparkzLogging
-
class
WebSocketServerEndpoint extends SparkzLogging
- Annotations
- @ServerEndpoint()
-
class
WebSocketServerImpl extends WebSocketServerBaseImpl
- Annotations
- @ClientEndpoint()
Value Members
- object ERROR_MESSAGE extends MsgType with Product with Serializable
- object EVENT_MESSAGE extends MsgType with Product with Serializable
- object GET_MEMPOOL_TXS extends RequestType with Product with Serializable
- object GET_NEW_BLOCK_HASHES_REQUEST_TYPE extends RequestType with Product with Serializable
- object GET_RAW_MEMPOOL extends RequestType with Product with Serializable
- object GET_SINGLE_BLOCK_REQUEST_TYPE extends RequestType with Product with Serializable
- object REQUEST_MESSAGE extends MsgType with Product with Serializable
- object RESPONSE_MESSAGE extends MsgType with Product with Serializable
- object WebSocketServerRef