Package org.teiid.net.socket
Interface ObjectChannel
-
- All Known Implementing Classes:
SSLAwareChannelHandler.ObjectChannelImpl
public interface ObjectChannel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
InetAddress
getLocalAddress()
SocketAddress
getRemoteAddress()
boolean
isOpen()
Object
read()
Future<?>
write(Object msg)
-
-
-
Method Detail
-
read
Object read() throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
getRemoteAddress
SocketAddress getRemoteAddress()
-
isOpen
boolean isOpen()
-
close
void close()
-
getLocalAddress
InetAddress getLocalAddress()
-
-