public class ChannelOutputStream extends OutputStream implements io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super Void>>
Constructor and Description |
---|
ChannelOutputStream(io.netty.channel.Channel channel,
ChannelOutputStreamListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
void |
operationComplete(io.netty.util.concurrent.Future<? super Void> future) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
write
public ChannelOutputStream(io.netty.channel.Channel channel, ChannelOutputStreamListener listener)
public void write(int b)
write
in class OutputStream
public void write(byte[] b, int off, int len)
write
in class OutputStream
public void flush()
flush
in interface Flushable
flush
in class OutputStream
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
Copyright © 2021 JBoss by Red Hat. All rights reserved.