[all packages] [package Snafu] [class hierarchy] [index]

pure interface of class Snafu.SnafuAgentCanal

The documentated page.
public class SnafuAgentCanal
  extends Thread
{
    public SnafuAgentCanal(Socket s,
                           String id);
    public void envoyer(String mesg);
    public String recevoir();
    public boolean pret();
    private BufferedReader in;
    private Socket connection;
    private String ID;
}

[all packages] [package Snafu] [class hierarchy] [index]
Snafu.SnafuAgentCanal.interface.html