Interface Transport

All Known Implementing Classes:
JsonPipe, PipeTransport, TransportLogger

public interface Transport
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    com.google.gson.JsonObject
    poll(Duration timeout)
     
    void
    send(com.google.gson.JsonObject message)
     
  • Method Details

    • send

      void send(com.google.gson.JsonObject message)
    • poll

      com.google.gson.JsonObject poll(Duration timeout)
    • close

      void close() throws IOException
      Throws:
      IOException