com.metamatrix.common.comm.platform.socket.client
Class OioOjbectChannelFactory

java.lang.Object
  extended by com.metamatrix.common.comm.platform.socket.client.OioOjbectChannelFactory
All Implemented Interfaces:
ObjectChannelFactory

public final class OioOjbectChannelFactory
extends java.lang.Object
implements ObjectChannelFactory


Constructor Summary
OioOjbectChannelFactory(java.util.Properties props)
           
 
Method Summary
 ObjectChannel createObjectChannel(java.net.SocketAddress address, boolean ssl)
           
 int getReceiveBufferSize()
           
 int getSendBufferSize()
           
 int getSoTimeout()
           
 boolean isConserveBandwidth()
           
 void setConserveBandwidth(boolean conserveBandwidth)
           
 void setReceiveBufferSize(int receiveBufferSize)
           
 void setSendBufferSize(int sendBufferSize)
           
 void setSoTimeout(int soTimeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OioOjbectChannelFactory

public OioOjbectChannelFactory(java.util.Properties props)
Method Detail

createObjectChannel

public ObjectChannel createObjectChannel(java.net.SocketAddress address,
                                         boolean ssl)
                                  throws java.io.IOException,
                                         CommunicationException
Specified by:
createObjectChannel in interface ObjectChannelFactory
Throws:
java.io.IOException
CommunicationException

getSendBufferSize

public int getSendBufferSize()

setSendBufferSize

public void setSendBufferSize(int sendBufferSize)

getReceiveBufferSize

public int getReceiveBufferSize()

setReceiveBufferSize

public void setReceiveBufferSize(int receiveBufferSize)

isConserveBandwidth

public boolean isConserveBandwidth()

setConserveBandwidth

public void setConserveBandwidth(boolean conserveBandwidth)

setSoTimeout

public void setSoTimeout(int soTimeout)

getSoTimeout

public int getSoTimeout()
Specified by:
getSoTimeout in interface ObjectChannelFactory


Copyright © 2009. All Rights Reserved.