Enum Class HttpTransportObserver.ConnectionOutcome

java.lang.Object
java.lang.Enum<HttpTransportObserver.ConnectionOutcome>
io.helidon.http.HttpTransportObserver.ConnectionOutcome
All Implemented Interfaces:
Serializable, Comparable<HttpTransportObserver.ConnectionOutcome>, Constable
Enclosing interface:
HttpTransportObserver

public static enum HttpTransportObserver.ConnectionOutcome extends Enum<HttpTransportObserver.ConnectionOutcome>
Connection termination outcome.

Publishers must classify a timeout as TIMEOUT and any other failure as ERROR. Otherwise, an endpoint-directed close is LOCAL_CLOSE or REMOTE_CLOSE, including when the close is graceful. NORMAL is reserved for graceful completion without an applicable endpoint-directed close.