de.ukn.hci.squidy.manager.protocol.tcp
Interface AsyncSocketCallback


public interface AsyncSocketCallback

AsyncSocketCallback.

 Date: Jan 3, 2009
 Time: 5:05:33 PM
 

Since:
2.0
Version:
$Id: AsyncSocketCallback.java 30 2009-09-18 22:23:35Z nitsche $
Author:
Roman Rädle, Roman.Raedle@uni-konstanz.de, University of Konstanz

Method Summary
 void didReadBytes(AsyncSocket asyncSocket, byte[] data, Enum<?> tag)
           
 void didReadToByteSequence(AsyncSocket asyncSocket, byte[] data, Enum<?> tag)
           
 void disconnected(AsyncSocket asyncSocket)
           
 void exceptionOccured(Exception e)
           
 void ready(AsyncSocket asyncSocket)
           
 

Method Detail

ready

void ready(AsyncSocket asyncSocket)

didReadToByteSequence

void didReadToByteSequence(AsyncSocket asyncSocket,
                           byte[] data,
                           Enum<?> tag)

didReadBytes

void didReadBytes(AsyncSocket asyncSocket,
                  byte[] data,
                  Enum<?> tag)

disconnected

void disconnected(AsyncSocket asyncSocket)

exceptionOccured

void exceptionOccured(Exception e)


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.