public class ChannelClosedException extends IOException
Constructor and Description |
---|
ChannelClosedException(io.netty.channel.Channel channel)
Constructor for ChannelClosedException.
|
ChannelClosedException(String message,
io.netty.channel.Channel channel)
Constructor for ChannelClosedException.
|
ChannelClosedException(String message,
Throwable cause,
io.netty.channel.Channel channel)
Constructor for ChannelClosedException.
|
Modifier and Type | Method and Description |
---|---|
io.netty.channel.Channel |
getChannel()
Getter for the field
channel . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ChannelClosedException(io.netty.channel.Channel channel)
Constructor for ChannelClosedException.
channel
- a Channel
objectpublic ChannelClosedException(String message, io.netty.channel.Channel channel)
Constructor for ChannelClosedException.
message
- a String
objectchannel
- a Channel
objectCopyright © 2016–2024. All rights reserved.