Deprecated API


Contents
Deprecated Fields
org.xsocket.connection.IServer.DEFAULT_HOST_ADDRESS
            
org.xsocket.datagram.IEndpoint.DEFAULT_HOST_ADDRESS
            
org.xsocket.connection.IBlockingConnection.DEFAULT_RECEIVE_TIMEOUT
          replaced by IBlockingConnection.DEFAULT_READ_TIMEOUT 
 

Deprecated Methods
org.xsocket.connection.AbstractNonBlockingStream.appendDataToReadBuffer(ByteBuffer[])
            
org.xsocket.connection.Server.getFlushMode()
          replaced by Server.getFlushmode() 
org.xsocket.connection.IBlockingConnection.getReceiveTimeoutMillis()
          replaced by {@link IBlockingConnection#setReadTimeoutMillis(int) 
org.xsocket.datagram.MulticastEndpoint.getRemoteSocketAddress()
            
org.xsocket.connection.Server.getVersion()
          use Server.getImplementationVersion() instead 
org.xsocket.connection.ConnectionUtils.getVersionInfo()
          use ConnectionUtils.getImplementationVersion() instead 
org.xsocket.connection.INonBlockingConnection.isReadSuspended()
          replaced by INonBlockingConnection.isReceivingSuspended() 
org.xsocket.connection.IBlockingConnection.isReadSuspended()
          replaced by IBlockingConnection.isReceivingSuspended() 
org.xsocket.connection.INonBlockingConnection.resumeRead()
          replaced by INonBlockingConnection.resumeReceiving() 
org.xsocket.connection.IBlockingConnection.resumeRead()
          replaced by IBlockingConnection.resumeReceiving() 
org.xsocket.connection.Server.setFlushMode(IConnection.FlushMode)
          replaced by Server#setFlushmode(FlushMode) 
org.xsocket.connection.IBlockingConnection.setReceiveTimeoutMillis(int)
          replaced by IBlockingConnection.setReadTimeoutMillis(int) 
org.xsocket.connection.INonBlockingConnection.suspendRead()
          replaced py INonBlockingConnection.suspendReceiving() 
org.xsocket.connection.IBlockingConnection.suspendRead()
          replaced py IBlockingConnection.suspendReceiving() 
 



Copyright 2008 xSocket.org