Uses of Class
org.xsocket.connection.IConnection.FlushMode

Packages that use IConnection.FlushMode
org.xsocket.connection Provides classes to handle a connection-oriented, sequenced flow of data in a blocking or non-blocking mode on the server and on the client side. 
 

Uses of IConnection.FlushMode in org.xsocket.connection
 

Fields in org.xsocket.connection declared as IConnection.FlushMode
static IConnection.FlushMode IConnection.DEFAULT_FLUSH_MODE
           
 

Methods in org.xsocket.connection that return IConnection.FlushMode
 IConnection.FlushMode Server.getFlushmode()
          return the flush mode for new connections
 IConnection.FlushMode IServer.getFlushmode()
          return the flush mode for new connections
 IConnection.FlushMode INonBlockingConnection.getFlushmode()
          return the flush mode
 IConnection.FlushMode IBlockingConnection.getFlushmode()
          see INonBlockingConnection#setFlushmode(FlushMode)
 IConnection.FlushMode BlockingConnection.getFlushmode()
          see INonBlockingConnection#setFlushmode(FlushMode)
 IConnection.FlushMode AbstractNonBlockingStream.getFlushmode()
          see IConnection#getFlushmode()
static IConnection.FlushMode IConnection.FlushMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IConnection.FlushMode[] IConnection.FlushMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.xsocket.connection with parameters of type IConnection.FlushMode
 void Server.setFlushmode(IConnection.FlushMode flusmode)
          sets the flush mode for new connections.
 void IServer.setFlushmode(IConnection.FlushMode flusmode)
          sets the flush mode for new connections.
 void INonBlockingConnection.setFlushmode(IConnection.FlushMode flushMode)
          sets the flush mode.
 void IBlockingConnection.setFlushmode(IConnection.FlushMode flushMode)
          see INonBlockingConnection.getFlushmode()
 void BlockingConnection.setFlushmode(IConnection.FlushMode flushMode)
          see INonBlockingConnection.getFlushmode()
 void AbstractNonBlockingStream.setFlushmode(IConnection.FlushMode flushMode)
          see IConnection#setFlushmode(FlushMode)
 

Constructors in org.xsocket.connection with parameters of type IConnection.FlushMode
NonBlockingConnection(InetAddress address, int port, IHandler appHandler, boolean autoflush, IConnection.FlushMode flushmode)
          constructor.
NonBlockingConnection(InetAddress address, int port, IHandler appHandler, boolean autoflush, IConnection.FlushMode flushmode, Object attachment)
          constructor.
 



Copyright 2010 xSocket.org