package server

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class MsgType extends AnyRef
  2. abstract class RequestType extends AnyRef
  3. trait SidechainNodeChannel extends AnyRef
  4. class SidechainNodeChannelImpl extends SidechainNodeChannel with SparkzLogging
  5. class WebSocketServer extends Actor with SparkzLogging
  6. class WebSocketServerEndpoint extends SparkzLogging
    Annotations
    @ServerEndpoint()
  7. class WebSocketServerImpl extends WebSocketServerBaseImpl
    Annotations
    @ClientEndpoint()

Value Members

  1. object ERROR_MESSAGE extends MsgType with Product with Serializable
  2. object EVENT_MESSAGE extends MsgType with Product with Serializable
  3. object GET_MEMPOOL_TXS extends RequestType with Product with Serializable
  4. object GET_NEW_BLOCK_HASHES_REQUEST_TYPE extends RequestType with Product with Serializable
  5. object GET_RAW_MEMPOOL extends RequestType with Product with Serializable
  6. object GET_SINGLE_BLOCK_REQUEST_TYPE extends RequestType with Product with Serializable
  7. object REQUEST_MESSAGE extends MsgType with Product with Serializable
  8. object RESPONSE_MESSAGE extends MsgType with Product with Serializable
  9. object WebSocketServerRef

Ungrouped