Package io.netty.handler.codec.http
Class HttpExpectationFailedEvent
- java.lang.Object
-
- io.netty.handler.codec.http.HttpExpectationFailedEvent
-
public final class HttpExpectationFailedEvent extends java.lang.Object
A user event designed to communicate that a expectation has failed and there should be no expectation that a body will follow.
-
-
Field Summary
Fields Modifier and Type Field Description static HttpExpectationFailedEvent
INSTANCE
-
-
-
Field Detail
-
INSTANCE
public static final HttpExpectationFailedEvent INSTANCE
-
-