Interface ClientEngine.TimeoutHandler

Enclosing interface:
ClientEngine

public static interface ClientEngine.TimeoutHandler
Indicates to container that handshake timeout was reached.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when timeout is reached.
  • Method Details

    • handleTimeout

      void handleTimeout()
      Invoked when timeout is reached. Container is supposed to clean all resources related to ClientEngine instance.