fr.ove.clientserver
Class PipeServer

java.lang.Object
  extended byfr.ove.clientserver.PipeServer

public class PipeServer
extends java.lang.Object


Constructor Summary
PipeServer(int portNumber, int maxConnection, java.lang.String hostName, int dportNumber)
          The constructor.
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipeServer

public PipeServer(int portNumber,
                  int maxConnection,
                  java.lang.String hostName,
                  int dportNumber)
           throws java.io.IOException
The constructor.

Parameters:
portNumber - the port number used on the host to run the server (instance).
hostName - the name of the host the instance connects to.
dportNumber - the port number through the instance is connected.
Method Detail

main

public static void main(java.lang.String[] args)


Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.