Package com.mastfrog.netty.http.client
Class State.Finished
java.lang.Object
com.mastfrog.netty.http.client.State<io.netty.handler.codec.http.FullHttpResponse>
com.mastfrog.netty.http.client.State.Finished
public static final class State.Finished
extends State<io.netty.handler.codec.http.FullHttpResponse>
Convenience state event providing the entire response and its body
as a FullHttpResponse.
-
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