com.metamatrix.common.comm.platform.socket.client
Class OioOjbectChannelFactory
java.lang.Object
com.metamatrix.common.comm.platform.socket.client.OioOjbectChannelFactory
- All Implemented Interfaces:
- ObjectChannelFactory
public final class OioOjbectChannelFactory
- extends java.lang.Object
- implements ObjectChannelFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OioOjbectChannelFactory
public OioOjbectChannelFactory(java.util.Properties props)
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.