public final class OioOjbectChannelFactory extends Object implements ObjectChannelFactory
| Constructor and Description |
|---|
OioOjbectChannelFactory(Properties props) |
| Modifier and Type | Method and Description |
|---|---|
ObjectChannel |
createObjectChannel(SocketAddress address,
boolean ssl) |
int |
getReceiveBufferSize() |
int |
getSendBufferSize() |
int |
getSoTimeout() |
boolean |
isConserveBandwidth() |
void |
setConserveBandwidth(boolean conserveBandwidth) |
void |
setMaxObjectSize(int maxObjectSize) |
void |
setReceiveBufferSize(int receiveBufferSize) |
void |
setSendBufferSize(int sendBufferSize) |
void |
setSoTimeout(int soTimeout) |
public OioOjbectChannelFactory(Properties props)
public ObjectChannel createObjectChannel(SocketAddress address, boolean ssl) throws IOException, CommunicationException
createObjectChannel in interface ObjectChannelFactoryIOExceptionCommunicationExceptionpublic int getSendBufferSize()
public void setSendBufferSize(int sendBufferSize)
public int getReceiveBufferSize()
public void setReceiveBufferSize(int receiveBufferSize)
public boolean isConserveBandwidth()
public void setConserveBandwidth(boolean conserveBandwidth)
public void setSoTimeout(int soTimeout)
public void setMaxObjectSize(int maxObjectSize)
public int getSoTimeout()
getSoTimeout in interface ObjectChannelFactoryCopyright © 2013 JBoss by Red Hat. All Rights Reserved.