|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
INonBlockingConnection.getFlushmode()
return the flush mode |
IConnection.FlushMode |
IBlockingConnection.getFlushmode()
return the flush mode |
IConnection.FlushMode |
BlockingConnection.getFlushmode()
return the flush mode |
IConnection.FlushMode |
AbstractNonBlockingStream.getFlushmode()
return the flush mode |
IConnection.FlushMode |
Server.getFlushMode()
return the flush mode for new connections |
IConnection.FlushMode |
IServer.getFlushMode()
return the flush mode for new connections |
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 |
NonBlockingConnection.setFlushmode(IConnection.FlushMode flushMode)
set the flush mode By setting the flush mode with ASYNC (default is SYNC) the data will be transferred to the underlying connection in a asynchronous way. |
void |
INonBlockingConnection.setFlushmode(IConnection.FlushMode flushMode)
set the flush mode By setting the flush mode with ASYNC (default is SYNC) the data will be transferred to the underlying connection in a asynchronous way. |
void |
IBlockingConnection.setFlushmode(IConnection.FlushMode flushMode)
set the flush mode By setting the flush mode with ASYNC (default is SYNC) the data will be transferred to the underlying connection in a asynchronous way. |
void |
BlockingConnection.setFlushmode(IConnection.FlushMode flushMode)
set the flush mode By setting the flush mode with ASYNC (default is SYNC) the data will be transferred to the underlying connection in a asynchronous way. |
void |
AbstractNonBlockingStream.setFlushmode(IConnection.FlushMode flushMode)
set the flush mode By setting the flush mode with ASYNC (default is SYNC) the data will be transferred to the underlying connection in a asynchronous way. |
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. |
| Constructors in org.xsocket.connection with parameters of type IConnection.FlushMode | |
|---|---|
NonBlockingConnection(InetAddress address,
int port,
IHandler appHandler,
boolean autoflush,
IConnection.FlushMode flushmode)
constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||