org.teiid.net.socket
Interface ObjectChannel

All Known Implementing Classes:
SSLAwareChannelHandler.ObjectChannelImpl

public interface ObjectChannel


Method Summary
 void close()
           
 SocketAddress getRemoteAddress()
           
 boolean isOpen()
           
 Object read()
           
 Future<?> write(Object msg)
           
 

Method Detail

read

Object read()
            throws IOException,
                   ClassNotFoundException
Throws:
IOException
ClassNotFoundException

getRemoteAddress

SocketAddress getRemoteAddress()

write

Future<?> write(Object msg)

isOpen

boolean isOpen()

close

void close()


Copyright © 2012. All Rights Reserved.