Interface RequestListener


public interface RequestListener
Author:
joakim
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    abort(String callID)
    Client-side notification that the request should be aborted
    void
    close(String callID)
    Client-side notification that the request is closed
    void
    Client side notification that an unexpected timeout occurred.
  • Method Details

    • close

      void close(String callID)
      Client-side notification that the request is closed
      Parameters:
      callID - the ID of the closed request
    • abort

      void abort(String callID)
      Client-side notification that the request should be aborted
      Parameters:
      callID - the ID of the aborted request
    • timeout

      void timeout()
      Client side notification that an unexpected timeout occurred. The listener may act to avoid future errors (such as invalid return path or connection error)