Interface ClientEngine.TimeoutHandler

  • Enclosing interface:
    ClientEngine

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

      • handleTimeout

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