Package com.mastfrog.netty.http.client
Class State.HeadersReceived
java.lang.Object
com.mastfrog.netty.http.client.State<io.netty.handler.codec.http.HttpResponse>
com.mastfrog.netty.http.client.State.HeadersReceived
public static final class State.HeadersReceived
extends State<io.netty.handler.codec.http.HttpResponse>
State event triggered when the response header has arrived,
but not the response body.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.mastfrog.netty.http.client.State
State.Connected, State.ContentReceived, State.Error, State.Finished, State.FullContentReceived, State.HeadersReceived, State.Redirect, State.SendRequest, State.Timeout -
Method Summary