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
Enclosing class:
State<T>

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.