org.lastbamboo.common.ice
Class NetSocketUDTWrapper

java.lang.Object
  extended by java.net.Socket
      extended by com.barchart.udt.net.NetSocketUDT
          extended by org.lastbamboo.common.ice.NetSocketUDTWrapper
All Implemented Interfaces:
com.barchart.udt.net.IceCommon, com.barchart.udt.net.IceSocket

public class NetSocketUDTWrapper
extends com.barchart.udt.net.NetSocketUDT

Wrapper class for UDT code.


Field Summary
 
Fields inherited from class com.barchart.udt.net.NetSocketUDT
inputStream, outputStream, socketUDT
 
Constructor Summary
NetSocketUDTWrapper()
           
 
Method Summary
 void setTcpNoDelay(boolean on)
           
 
Methods inherited from class com.barchart.udt.net.NetSocketUDT
bind, close, connect, connect, getChannel, getInetAddress, getInputStream, getKeepAlive, getLocalAddress, getLocalPort, getLocalSocketAddress, getOOBInline, getOutputStream, getPort, getReceiveBufferSize, getRemoteSocketAddress, getReuseAddress, getSendBufferSize, getSoLinger, getSoTimeout, getTcpNoDelay, getTrafficClass, isBound, isClosed, isConnected, isInputShutdown, isOutputShutdown, sendUrgentData, setKeepAlive, setOOBInline, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSendBufferSize, setSoLinger, setSoTimeout, setTrafficClass, shutdownInput, shutdownOutput, socketUDT
 
Methods inherited from class java.net.Socket
setSocketImplFactory, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.barchart.udt.net.IceSocket
toString
 

Constructor Detail

NetSocketUDTWrapper

public NetSocketUDTWrapper()
                    throws com.barchart.udt.ExceptionUDT
Throws:
com.barchart.udt.ExceptionUDT
Method Detail

setTcpNoDelay

public void setTcpNoDelay(boolean on)
                   throws SocketException
Specified by:
setTcpNoDelay in interface com.barchart.udt.net.IceSocket
Overrides:
setTcpNoDelay in class com.barchart.udt.net.NetSocketUDT
Throws:
SocketException


Copyright © 2013 LittleShoot. All Rights Reserved.