biz.onixs.fix.engine.transport
Class SocketConnector
java.lang.Object
biz.onixs.fix.engine.transport.SocketConnector
public class SocketConnector
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
setTcpNoDelay
public void setTcpNoDelay(boolean tcpNoDelay)
throws SocketException
- Throws:
SocketException
isTcpNoDelay
public boolean isTcpNoDelay()
getReceiveBufferSize
public int getReceiveBufferSize()
setReceiveBufferSize
public void setReceiveBufferSize(int receiveBufferSize)
throws SocketException
- Throws:
SocketException
getSendBufferSize
public int getSendBufferSize()
setSendBufferSize
public void setSendBufferSize(int sendBufferSize)
throws SocketException
- Throws:
SocketException
setSoTimeout
public void setSoTimeout(int soTimeout)
throws SocketException
- Sets SO_TIMEOUT socket in milliseconds.
- Parameters:
soTimeout
- SO_TIMEOUT socket in milliseconds
- Throws:
SocketException
getSoTimeout
public int getSoTimeout()
getInetAddress
public InetAddress getInetAddress()
getPort
public int getPort()
setOutputStreamBlocked
public void setOutputStreamBlocked(boolean outputStreamBlocked)
isOutputStreamBlocked
public boolean isOutputStreamBlocked()
setNetworkInteface
public void setNetworkInteface(SocketAddress bindAddress)
Copyright © 2005-2012 Onix Solutions. All Rights Reserved.