Package io.deephaven.sbe.standalone.client

  • Interface Summary 
    Interface Description
    MessageHandler
    Users of the TableClient must provide an implementation of this interface, which will get called in order to parse incoming messages.
    SimpleMessageHandlerListener
    Clients should implement this to receive decoded messages from the SimpleMessageHandler.
  • Class Summary 
    Class Description
    ColumnInfo
    Container class for column information provided by the table server when a client issues a new connection.
    QueryConstants
    Constants for null and infinite values within the Deephaven Database.
    SbeClientStringSetWrapper  
    SimpleMessageHandler
    Simple message handler implementation that decodes incoming messages and does listener call-backs.
    TableClient
    A reference client for the Deephaven SBE table server.