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
IOExceptionvoid onError(io.netty.channel.Channel channel,
Throwable error)
Copyright © 2022 JBoss by Red Hat. All rights reserved.