Package de.wuespace.telestion.services.connection.rework


package de.wuespace.telestion.services.connection.rework
  • Interface Summary
    Interface
    Description
     
  • Class Summary
    Class
    Description
    Data-Object for sending received data from incoming connections over the EventBus.
    Apart from containing the raw data from the stream, also connection-details are contained, which (if needed) allow for connection-specific operations, e.g.
     
     
     
     
     
    Data-Object for the data which must be sent over a network-connection.
    Apart from containing the raw data from the stream, also connection-details are contained, which allow to determine the target where to send the data to.
     
     
    Tuple<T1,​T2>
    A simple implementation of a Value-Pair whose values are linked together without any key - value relationship.