Uses of Class
org.asynchttpclient.netty.channel.ChannelState
-
Packages that use ChannelState Package Description org.asynchttpclient.netty org.asynchttpclient.netty.channel -
-
Uses of ChannelState in org.asynchttpclient.netty
Methods in org.asynchttpclient.netty that return ChannelState Modifier and Type Method Description ChannelState
NettyResponseFuture. getChannelState()
Methods in org.asynchttpclient.netty with parameters of type ChannelState Modifier and Type Method Description void
NettyResponseFuture. setChannelState(ChannelState channelState)
-
Uses of ChannelState in org.asynchttpclient.netty.channel
Methods in org.asynchttpclient.netty.channel that return ChannelState Modifier and Type Method Description static ChannelState
ChannelState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChannelState[]
ChannelState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-