Package com.mastfrog.netty.http.client
Class State.ContentReceived
java.lang.Object
com.mastfrog.netty.http.client.State<io.netty.handler.codec.http.HttpContent>
com.mastfrog.netty.http.client.State.ContentReceived
public static final class State.ContentReceived
extends State<io.netty.handler.codec.http.HttpContent>
State event triggered when one chunk of content has arrived; if the
server is using chunked transfer encoding, this state will be fired
once for each chunk; when the FullContentReceived event is fired,
there will be no more ContentReceived events.
-
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