Interface ChannelOutputStreamListener
-
- All Known Implementing Classes:
PutStreamOperation
public interface ChannelOutputStreamListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onClose(io.netty.channel.Channel channel)
void
onError(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)
-
-