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 voidclose()InetAddressgetLocalAddress()SocketAddressgetRemoteAddress()booleanisOpen()Objectread()Future<?>write(Object msg)
-
-
-
Method Detail
-
read
Object read() throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
getRemoteAddress
SocketAddress getRemoteAddress()
-
isOpen
boolean isOpen()
-
close
void close()
-
getLocalAddress
InetAddress getLocalAddress()
-
-