Listener.onClose

<p>Callback method invoked when a GOAWAY frame has been received.</p>

@param session the session @param frame the GOAWAY frame received @param callback the callback to notify of the GOAWAY processing

  1. void onClose(Session session, GoAwayFrame frame, Callback callback)
    interface Listener
    void
    onClose
  2. void onClose(Session session, GoAwayFrame frame)

Meta