Class FailedChannel

java.lang.Object
io.netty.util.DefaultAttributeMap
io.netty.channel.AbstractChannel
com.couchbase.client.core.endpoint.util.FailedChannel
All Implemented Interfaces:
Channel, ChannelOutboundInvoker, AttributeMap, Comparable<Channel>

public final class FailedChannel
extends AbstractChannel
The failed channel can be used to create a channel promise when no channel is available (because it failed). Netty provides a similar class, but it is private and since its basically a wrapper its just copied over here.