public abstract class io.undertow.channels.DetachableStreamSinkChannel implements org.xnio.channels.StreamSinkChannel
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: io.undertow.channels.DetachableStreamSinkChannel
super_class: java.lang.Object
{
protected final org.xnio.channels.StreamSinkChannel delegate;
descriptor: Lorg/xnio/channels/StreamSinkChannel;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected org.xnio.ChannelListener$SimpleSetter<io.undertow.channels.DetachableStreamSinkChannel> writeSetter;
descriptor: Lorg/xnio/ChannelListener$SimpleSetter;
flags: (0x0004) ACC_PROTECTED
Signature: Lorg/xnio/ChannelListener$SimpleSetter<Lio/undertow/channels/DetachableStreamSinkChannel;>;
protected org.xnio.ChannelListener$SimpleSetter<io.undertow.channels.DetachableStreamSinkChannel> closeSetter;
descriptor: Lorg/xnio/ChannelListener$SimpleSetter;
flags: (0x0004) ACC_PROTECTED
Signature: Lorg/xnio/ChannelListener$SimpleSetter<Lio/undertow/channels/DetachableStreamSinkChannel;>;
public void <init>(org.xnio.channels.StreamSinkChannel);
descriptor: (Lorg/xnio/channels/StreamSinkChannel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 3 1 delegate Lorg/xnio/channels/StreamSinkChannel;
MethodParameters:
Name Flags
delegate final
protected abstract boolean isFinished();
descriptor: ()Z
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
public void suspendWrites();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.suspendWrites:()V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
public boolean isWriteResumed();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: iconst_0
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.isWriteResumed:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
public void shutdownWrites();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.shutdownWrites:()V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
Exceptions:
throws java.io.IOException
public void awaitWritable();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.awaitWritable:()V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
Exceptions:
throws java.io.IOException
public void awaitWritable(long, java.util.concurrent.TimeUnit);
descriptor: (JLjava/util/concurrent/TimeUnit;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 3 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
lload 1
aload 3
invokeinterface org.xnio.channels.StreamSinkChannel.awaitWritable:(JLjava/util/concurrent/TimeUnit;)V
3: return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 4 1 time J
0 4 3 timeUnit Ljava/util/concurrent/TimeUnit;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
time final
timeUnit final
public org.xnio.XnioExecutor getWriteThread();
descriptor: ()Lorg/xnio/XnioExecutor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.getWriteThread:()Lorg/xnio/XnioExecutor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
public boolean isOpen();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifne 1
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.isOpen:()Z
ifeq 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
public void close();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 1
return
1: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.close:()V
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
Exceptions:
throws java.io.IOException
public boolean flush();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.flush:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
Exceptions:
throws java.io.IOException
public long transferFrom(java.nio.channels.FileChannel, long, long);
descriptor: (Ljava/nio/channels/FileChannel;JJ)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
aload 1
lload 2
lload 4
invokeinterface org.xnio.channels.StreamSinkChannel.transferFrom:(Ljava/nio/channels/FileChannel;JJ)J
lreturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 3 1 src Ljava/nio/channels/FileChannel;
0 3 2 position J
0 3 4 count J
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
src final
position final
count final
public long transferFrom(org.xnio.channels.StreamSourceChannel, long, java.nio.ByteBuffer);
descriptor: (Lorg/xnio/channels/StreamSourceChannel;JLjava/nio/ByteBuffer;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 4 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
aload 1
lload 2
aload 4
invokeinterface org.xnio.channels.StreamSinkChannel.transferFrom:(Lorg/xnio/channels/StreamSourceChannel;JLjava/nio/ByteBuffer;)J
lreturn
end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 3 1 source Lorg/xnio/channels/StreamSourceChannel;
0 3 2 count J
0 3 4 throughBuffer Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
source final
count final
throughBuffer final
public org.xnio.ChannelListener$Setter<? extends org.xnio.channels.StreamSinkChannel> getWriteSetter();
descriptor: ()Lorg/xnio/ChannelListener$Setter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.writeSetter:Lorg/xnio/ChannelListener$SimpleSetter;
ifnonnull 7
1: aload 0
new org.xnio.ChannelListener$SimpleSetter
dup
invokespecial org.xnio.ChannelListener$SimpleSetter.<init>:()V
putfield io.undertow.channels.DetachableStreamSinkChannel.writeSetter:Lorg/xnio/ChannelListener$SimpleSetter;
2: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifne 7
3: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
instanceof org.xnio.conduits.ConduitStreamSinkChannel
ifeq 6
4: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
checkcast org.xnio.conduits.ConduitStreamSinkChannel
new io.undertow.channels.DetachableStreamSinkChannel$SetterDelegatingListener
dup
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.writeSetter:Lorg/xnio/ChannelListener$SimpleSetter;
aload 0
invokespecial io.undertow.channels.DetachableStreamSinkChannel$SetterDelegatingListener.<init>:(Lorg/xnio/ChannelListener$SimpleSetter;Lorg/xnio/channels/StreamSinkChannel;)V
invokevirtual org.xnio.conduits.ConduitStreamSinkChannel.setWriteListener:(Lorg/xnio/ChannelListener;)V
5: goto 7
6: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.getWriteSetter:()Lorg/xnio/ChannelListener$Setter;
new io.undertow.channels.DetachableStreamSinkChannel$SetterDelegatingListener
dup
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.writeSetter:Lorg/xnio/ChannelListener$SimpleSetter;
aload 0
invokespecial io.undertow.channels.DetachableStreamSinkChannel$SetterDelegatingListener.<init>:(Lorg/xnio/ChannelListener$SimpleSetter;Lorg/xnio/channels/StreamSinkChannel;)V
invokeinterface org.xnio.ChannelListener$Setter.set:(Lorg/xnio/ChannelListener;)V
7: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.writeSetter:Lorg/xnio/ChannelListener$SimpleSetter;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
Signature: ()Lorg/xnio/ChannelListener$Setter<+Lorg/xnio/channels/StreamSinkChannel;>;
public org.xnio.ChannelListener$Setter<? extends org.xnio.channels.StreamSinkChannel> getCloseSetter();
descriptor: ()Lorg/xnio/ChannelListener$Setter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.closeSetter:Lorg/xnio/ChannelListener$SimpleSetter;
ifnonnull 4
1: aload 0
new org.xnio.ChannelListener$SimpleSetter
dup
invokespecial org.xnio.ChannelListener$SimpleSetter.<init>:()V
putfield io.undertow.channels.DetachableStreamSinkChannel.closeSetter:Lorg/xnio/ChannelListener$SimpleSetter;
2: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifne 4
3: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.getCloseSetter:()Lorg/xnio/ChannelListener$Setter;
aload 0
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.closeSetter:Lorg/xnio/ChannelListener$SimpleSetter;
invokestatic org.xnio.ChannelListeners.delegatingChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener$SimpleSetter;)Lorg/xnio/ChannelListener;
invokeinterface org.xnio.ChannelListener$Setter.set:(Lorg/xnio/ChannelListener;)V
4: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.closeSetter:Lorg/xnio/ChannelListener$SimpleSetter;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
Signature: ()Lorg/xnio/ChannelListener$Setter<+Lorg/xnio/channels/StreamSinkChannel;>;
public org.xnio.XnioWorker getWorker();
descriptor: ()Lorg/xnio/XnioWorker;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.getWorker:()Lorg/xnio/XnioWorker;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
public org.xnio.XnioIoThread getIoThread();
descriptor: ()Lorg/xnio/XnioIoThread;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.getIoThread:()Lorg/xnio/XnioIoThread;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
public long write(java.nio.ByteBuffer[], int, int);
descriptor: ([Ljava/nio/ByteBuffer;II)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
aload 1
iload 2
iload 3
invokeinterface org.xnio.channels.StreamSinkChannel.write:([Ljava/nio/ByteBuffer;II)J
lreturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 3 1 srcs [Ljava/nio/ByteBuffer;
0 3 2 offset I
0 3 3 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
srcs final
offset final
length final
public long write(java.nio.ByteBuffer[]);
descriptor: ([Ljava/nio/ByteBuffer;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
aload 1
invokeinterface org.xnio.channels.StreamSinkChannel.write:([Ljava/nio/ByteBuffer;)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 3 1 srcs [Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
srcs final
public int writeFinal(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
aload 1
invokeinterface org.xnio.channels.StreamSinkChannel.writeFinal:(Ljava/nio/ByteBuffer;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 3 1 src Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
src
public long writeFinal(java.nio.ByteBuffer[], int, int);
descriptor: ([Ljava/nio/ByteBuffer;II)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
aload 1
iload 2
iload 3
invokeinterface org.xnio.channels.StreamSinkChannel.writeFinal:([Ljava/nio/ByteBuffer;II)J
lreturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 3 1 srcs [Ljava/nio/ByteBuffer;
0 3 2 offset I
0 3 3 length I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
srcs
offset
length
public long writeFinal(java.nio.ByteBuffer[]);
descriptor: ([Ljava/nio/ByteBuffer;)J
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
aload 1
invokeinterface org.xnio.channels.StreamSinkChannel.writeFinal:([Ljava/nio/ByteBuffer;)J
lreturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 3 1 srcs [Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
srcs
public boolean supportsOption(org.xnio.Option<?>);
descriptor: (Lorg/xnio/Option;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
aload 1
invokeinterface org.xnio.channels.StreamSinkChannel.supportsOption:(Lorg/xnio/Option;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 1 1 option Lorg/xnio/Option<*>;
Signature: (Lorg/xnio/Option<*>;)Z
MethodParameters:
Name Flags
option final
public <T> T getOption(org.xnio.Option<T>);
descriptor: (Lorg/xnio/Option;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
aload 1
invokeinterface org.xnio.channels.StreamSinkChannel.getOption:(Lorg/xnio/Option;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 3 1 option Lorg/xnio/Option<TT;>;
Exceptions:
throws java.io.IOException
Signature: <T:Ljava/lang/Object;>(Lorg/xnio/Option<TT;>;)TT;
MethodParameters:
Name Flags
option final
public <T> T setOption(org.xnio.Option<T>, );
descriptor: (Lorg/xnio/Option;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
aload 1
aload 2
invokeinterface org.xnio.channels.StreamSinkChannel.setOption:(Lorg/xnio/Option;Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 3 1 option Lorg/xnio/Option<TT;>;
0 3 2 value TT;
Exceptions:
throws java.lang.IllegalArgumentException, java.io.IOException
Signature: <T:Ljava/lang/Object;>(Lorg/xnio/Option<TT;>;TT;)TT;
MethodParameters:
Name Flags
option final
value final
public int write(java.nio.ByteBuffer);
descriptor: (Ljava/nio/ByteBuffer;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
invokeinterface io.undertow.UndertowMessages.channelIsClosed:()Ljava/nio/channels/ClosedChannelException;
athrow
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
aload 1
invokeinterface org.xnio.channels.StreamSinkChannel.write:(Ljava/nio/ByteBuffer;)I
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
0 3 1 src Ljava/nio/ByteBuffer;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
src final
public void resumeWrites();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.resumeWrites:()V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
public void wakeupWrites();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual io.undertow.channels.DetachableStreamSinkChannel.isFinished:()Z
ifeq 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.wakeupWrites:()V
3: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
public void responseDone();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
instanceof org.xnio.conduits.ConduitStreamSinkChannel
ifeq 4
1: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
checkcast org.xnio.conduits.ConduitStreamSinkChannel
aconst_null
invokevirtual org.xnio.conduits.ConduitStreamSinkChannel.setCloseListener:(Lorg/xnio/ChannelListener;)V
2: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
checkcast org.xnio.conduits.ConduitStreamSinkChannel
aconst_null
invokevirtual org.xnio.conduits.ConduitStreamSinkChannel.setWriteListener:(Lorg/xnio/ChannelListener;)V
3: goto 6
4: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.getCloseSetter:()Lorg/xnio/ChannelListener$Setter;
aconst_null
invokeinterface org.xnio.ChannelListener$Setter.set:(Lorg/xnio/ChannelListener;)V
5: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.getWriteSetter:()Lorg/xnio/ChannelListener$Setter;
aconst_null
invokeinterface org.xnio.ChannelListener$Setter.set:(Lorg/xnio/ChannelListener;)V
6: StackMap locals:
StackMap stack:
aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.isWriteResumed:()Z
ifeq 8
7: aload 0
getfield io.undertow.channels.DetachableStreamSinkChannel.delegate:Lorg/xnio/channels/StreamSinkChannel;
invokeinterface org.xnio.channels.StreamSinkChannel.suspendWrites:()V
8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/undertow/channels/DetachableStreamSinkChannel;
}
SourceFile: "DetachableStreamSinkChannel.java"
NestMembers:
io.undertow.channels.DetachableStreamSinkChannel$SetterDelegatingListener
InnerClasses:
private SetterDelegatingListener = io.undertow.channels.DetachableStreamSinkChannel$SetterDelegatingListener of io.undertow.channels.DetachableStreamSinkChannel
public abstract Setter = org.xnio.ChannelListener$Setter of org.xnio.ChannelListener
public SimpleSetter = org.xnio.ChannelListener$SimpleSetter of org.xnio.ChannelListener