Class State.Error

java.lang.Object
com.mastfrog.netty.http.client.State<Throwable>
com.mastfrog.netty.http.client.State.Error
Enclosing class:
State<T>

public static final class State.Error extends State<Throwable>
State event triggered when an exception is thrown somewhere in processing of the request or response. Does not indicate that processing is aborted (close the channel for that), or that further errors will not be thrown.