final class io.netty.bootstrap.FailedChannel$FailedChannelUnsafe extends io.netty.channel.AbstractChannel$AbstractUnsafe
{
final io.netty.bootstrap.FailedChannel this$0;
private void <init>(io.netty.bootstrap.FailedChannel)
{
io.netty.bootstrap.FailedChannel v;
io.netty.bootstrap.FailedChannel$FailedChannelUnsafe v;
v := @this: io.netty.bootstrap.FailedChannel$FailedChannelUnsafe;
v := @parameter: io.netty.bootstrap.FailedChannel;
v.<io.netty.bootstrap.FailedChannel$FailedChannelUnsafe: io.netty.bootstrap.FailedChannel this$0> = v;
specialinvoke v.<io.netty.channel.AbstractChannel$AbstractUnsafe: void <init>(io.netty.channel.AbstractChannel)>(v);
return;
}
public void connect(java.net.SocketAddress, java.net.SocketAddress, io.netty.channel.ChannelPromise)
{
java.lang.UnsupportedOperationException v;
io.netty.bootstrap.FailedChannel$FailedChannelUnsafe v;
io.netty.channel.ChannelPromise v;
java.net.SocketAddress v, v;
v := @this: io.netty.bootstrap.FailedChannel$FailedChannelUnsafe;
v := @parameter: java.net.SocketAddress;
v := @parameter: java.net.SocketAddress;
v := @parameter: io.netty.channel.ChannelPromise;
v = new java.lang.UnsupportedOperationException;
specialinvoke v.<java.lang.UnsupportedOperationException: void <init>()>();
interfaceinvoke v.<io.netty.channel.ChannelPromise: io.netty.channel.ChannelPromise setFailure(java.lang.Throwable)>(v);
return;
}
}