biz.onixs.fix.engine.transport
Class SocketConnector

java.lang.Object
  extended by biz.onixs.fix.engine.transport.SocketConnector

public class SocketConnector
extends Object


Method Summary
 InetAddress getInetAddress()
           
 int getPort()
           
 int getReceiveBufferSize()
           
 int getSendBufferSize()
           
 int getSoTimeout()
           
 boolean isOutputStreamBlocked()
           
 boolean isTcpNoDelay()
           
 void setNetworkInteface(SocketAddress bindAddress)
           
 void setOutputStreamBlocked(boolean outputStreamBlocked)
           
 void setReceiveBufferSize(int receiveBufferSize)
           
 void setSendBufferSize(int sendBufferSize)
           
 void setSoTimeout(int soTimeout)
          Sets SO_TIMEOUT socket in milliseconds.
 void setTcpNoDelay(boolean tcpNoDelay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.