Uses of Interface
org.xsocket.connection.IWriteCompletionHandler

Packages that use IWriteCompletionHandler
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 IWriteCompletionHandler in org.xsocket.connection
 

Methods in org.xsocket.connection with parameters of type IWriteCompletionHandler
 void NonBlockingConnection.write(byte[] bytes, int offset, int length, IWriteCompletionHandler writeCompletionHandler)
          writes bytes to the data sink.
 void INonBlockingConnection.write(byte[] bytes, int offset, int length, IWriteCompletionHandler writeCompletionHandler)
          writes bytes to the data sink.
 void IBlockingConnection.write(byte[] bytes, int offset, int length, IWriteCompletionHandler writeCompletionHandler)
          writes bytes to the data sink.
 void BlockingConnection.write(byte[] bytes, int offset, int length, IWriteCompletionHandler writeCompletionHandler)
          writes bytes to the data sink.
 void NonBlockingConnection.write(byte[] bytes, IWriteCompletionHandler writeCompletionHandler)
          writes bytes to the data sink.
 void INonBlockingConnection.write(byte[] bytes, IWriteCompletionHandler writeCompletionHandler)
          writes bytes to the data sink.
 void IBlockingConnection.write(byte[] bytes, IWriteCompletionHandler writeCompletionHandler)
          writes bytes to the data sink
 void BlockingConnection.write(byte[] bytes, IWriteCompletionHandler writeCompletionHandler)
          writes bytes to the data sink
 void NonBlockingConnection.write(ByteBuffer[] srcs, int offset, int length, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer array.
 void INonBlockingConnection.write(ByteBuffer[] srcs, int offset, int length, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer array.
 void IBlockingConnection.write(ByteBuffer[] srcs, int offset, int length, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer array.
 void BlockingConnection.write(ByteBuffer[] srcs, int offset, int length, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer array.
 void NonBlockingConnection.write(ByteBuffer[] buffers, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer array.
 void INonBlockingConnection.write(ByteBuffer[] buffers, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer array.
 void IBlockingConnection.write(ByteBuffer[] buffers, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer array.
 void BlockingConnection.write(ByteBuffer[] buffers, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer array.
 void NonBlockingConnection.write(ByteBuffer buffer, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer.
 void INonBlockingConnection.write(ByteBuffer buffer, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer.
 void IBlockingConnection.write(ByteBuffer buffer, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer.
 void BlockingConnection.write(ByteBuffer buffer, IWriteCompletionHandler writeCompletionHandler)
          writes a byte buffer.
 void NonBlockingConnection.write(List<ByteBuffer> buffers, IWriteCompletionHandler writeCompletionHandler)
          writes a list of bytes to the data sink.
 void INonBlockingConnection.write(List<ByteBuffer> buffers, IWriteCompletionHandler writeCompletionHandler)
          writes a list of bytes to the data sink.
 void IBlockingConnection.write(List<ByteBuffer> buffers, IWriteCompletionHandler writeCompletionHandler)
          writes a list of bytes to the data sink.
 void BlockingConnection.write(List<ByteBuffer> buffers, IWriteCompletionHandler writeCompletionHandler)
          writes a list of bytes to the data sink.
 void NonBlockingConnection.write(String message, String encoding, IWriteCompletionHandler writeCompletionHandler)
          writes a message.
 void INonBlockingConnection.write(String message, String encoding, IWriteCompletionHandler writeCompletionHandler)
          writes a message.
 void IBlockingConnection.write(String message, String encoding, IWriteCompletionHandler writeCompletionHandler)
          writes a message.
 void BlockingConnection.write(String message, String encoding, IWriteCompletionHandler writeCompletionHandler)
          writes a message.
 



Copyright 2010 xSocket.org