com.metamatrix.common.comm.platform.socket
Class SSLAwareChannelHandler.ObjectChannelImpl

java.lang.Object
  extended by com.metamatrix.common.comm.platform.socket.SSLAwareChannelHandler.ObjectChannelImpl
All Implemented Interfaces:
ObjectChannel
Enclosing class:
SSLAwareChannelHandler

public class SSLAwareChannelHandler.ObjectChannelImpl
extends java.lang.Object
implements ObjectChannel


Constructor Summary
SSLAwareChannelHandler.ObjectChannelImpl(org.jboss.netty.channel.Channel channel)
           
 
Method Summary
 void close()
           
 java.net.SocketAddress getRemoteAddress()
           
 boolean isOpen()
           
 java.lang.Object read()
           
 java.util.concurrent.Future<?> write(java.lang.Object msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLAwareChannelHandler.ObjectChannelImpl

public SSLAwareChannelHandler.ObjectChannelImpl(org.jboss.netty.channel.Channel channel)
Method Detail

close

public void close()
Specified by:
close in interface ObjectChannel

isOpen

public boolean isOpen()
Specified by:
isOpen in interface ObjectChannel

getRemoteAddress

public java.net.SocketAddress getRemoteAddress()
Specified by:
getRemoteAddress in interface ObjectChannel

read

public java.lang.Object read()
                      throws java.io.IOException,
                             java.lang.ClassNotFoundException
Specified by:
read in interface ObjectChannel
Throws:
java.io.IOException
java.lang.ClassNotFoundException

write

public java.util.concurrent.Future<?> write(java.lang.Object msg)
Specified by:
write in interface ObjectChannel


Copyright © 2009. All Rights Reserved.