findPrevious abstract method

CoapExchange? findPrevious(
  1. int? key,
  2. CoapExchange exchange
)

Checks if the specified key is already associated with a previous exchange and otherwise associates the key with the exchange specified.

Implementation

CoapExchange? findPrevious(final int? key, final CoapExchange exchange);