Class FacebookGoawayNetworkException

All Implemented Interfaces:
Serializable

Indicates that the remote server sent a GOAWAY frame and is closing the HTTP/2 connection. This means the server will not accept any new streams on this connection. Existing streams with an ID lower than or equal to the last processed stream ID may have been processed, while streams with a higher ID have been rejected and will not be executed. The GOAWAY frame may include an HTTP/2 error code describing the reason for the shutdown.
See Also: