public class SSLAwareChannelHandler.ObjectChannelImpl extends Object implements ObjectChannel
| Constructor and Description |
|---|
ObjectChannelImpl(io.netty.channel.Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
InetAddress |
getLocalAddress() |
SocketAddress |
getRemoteAddress() |
boolean |
isOpen() |
Object |
read() |
Future<?> |
write(Object msg) |
public void close()
close in interface ObjectChannelpublic boolean isOpen()
isOpen in interface ObjectChannelpublic SocketAddress getRemoteAddress()
getRemoteAddress in interface ObjectChannelpublic InetAddress getLocalAddress()
getLocalAddress in interface ObjectChannelpublic Object read() throws IOException, ClassNotFoundException
read in interface ObjectChannelIOExceptionClassNotFoundExceptionpublic Future<?> write(Object msg)
write in interface ObjectChannelCopyright © 2019. All rights reserved.