TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.core
Interface IDataProcessor


public interface IDataProcessor


Method Summary
 void incommingData(byte[] buffer, int length, java.net.InetAddress peer)
           
 void incommingData(char[] buffer, int length, java.net.InetAddress peer)
           
 void invalidDataType(byte[] data, int length, java.net.InetAddress peer)
           
 void waitingForData()
          Creation date: (10/3/00 5:54:46 PM)
 

Method Detail

incommingData

public void incommingData(byte[] buffer,
                          int length,
                          java.net.InetAddress peer)
Parameters:
buffer - byte[]
length - int
peer - java.net.InetAddress

incommingData

public void incommingData(char[] buffer,
                          int length,
                          java.net.InetAddress peer)
Parameters:
buffer - char[]
length - int
peer - java.net.InetAddress

invalidDataType

public void invalidDataType(byte[] data,
                            int length,
                            java.net.InetAddress peer)
Parameters:
data - byte[]
length - int
peer - java.net.InetAddress

waitingForData

public void waitingForData()
Creation date: (10/3/00 5:54:46 PM)


TPTP 4.1.0 Platform Project
Public API Specification