Interface ProtocolManager<O extends OutgoingMessage,​E extends LiveScoutEntityBase>

    • Method Detail

      • close

        void close()
        Closes the underlying Protocol and components associated with it.
      • open

        void open()
        Opens the underlying Protocol and components associated with it
      • reconnect

        void reconnect()
        Reconnects the underlying feed
      • sendMessage

        void sendMessage​(String data)
        Forwards the passed data as-is to the underlying protocol which sends it to the server. There is no rate-limiting.
        Parameters:
        data - - outgoing data