public interface ChannelOutputStreamListener
Modifier and Type | Method and Description |
---|---|
void |
onClose(io.netty.channel.Channel channel) |
void |
onError(io.netty.channel.Channel channel,
Throwable error) |
void onClose(io.netty.channel.Channel channel) throws IOException
IOException
void onError(io.netty.channel.Channel channel, Throwable error)
Copyright © 2021 JBoss by Red Hat. All rights reserved.