Class ChannelOutputStream
java.lang.Object
java.io.OutputStream
org.infinispan.hotrod.impl.protocol.ChannelOutputStream
- All Implemented Interfaces:
io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super Void>>,Closeable,Flushable,AutoCloseable,EventListener
public class ChannelOutputStream
extends OutputStream
implements io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super Void>>
-
Constructor Summary
ConstructorsConstructorDescriptionChannelOutputStream(io.netty.channel.Channel channel, ChannelOutputStreamListener listener) -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Constructor Details
-
ChannelOutputStream
-
-
Method Details
-
write
public void write(int b) - Specified by:
writein classOutputStream
-
write
public void write(byte[] b, int off, int len) - Overrides:
writein classOutputStream
-
flush
public void flush()- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
operationComplete
- Specified by:
operationCompletein interfaceio.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<? super Void>>
-