Class I2CPMessageQueueImpl

  • All Implemented Interfaces:
    Closeable, AutoCloseable

    class I2CPMessageQueueImpl
    extends I2CPMessageQueue
    Contains the methods to talk to a router or client via I2CP, when both are in the same JVM. This interface contains methods to access two queues, one for transmission and one for receiving. The methods are identical to those in java.util.concurrent.BlockingQueue
    Since:
    0.8.3
    Author:
    zzz