Interface ChannelOutputStreamListener
-
- All Known Implementing Classes:
PutStreamOperation
public interface ChannelOutputStreamListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonClose(io.netty.channel.Channel channel)voidonError(io.netty.channel.Channel channel, Throwable error)
-
-
-
Method Detail
-
onClose
void onClose(io.netty.channel.Channel channel) throws IOException- Throws:
IOException
-
onError
void onError(io.netty.channel.Channel channel, Throwable error)
-
-