Class State.Connected

java.lang.Object
com.mastfrog.netty.http.client.State<io.netty.channel.Channel>
com.mastfrog.netty.http.client.State.Connected
Enclosing class:
State<T>

public static final class State.Connected extends State<io.netty.channel.Channel>
State event when a connection has been achieved; payload is the Channel; invoking close() on it will abort.