org.objectweb.proactive.ext.benchsocket
Class BenchServerSocket

java.lang.Object
  extended by java.net.ServerSocket
      extended by org.objectweb.proactive.ext.benchsocket.BenchServerSocket

public class BenchServerSocket
extends java.net.ServerSocket


Constructor Summary
BenchServerSocket()
           
BenchServerSocket(int port, BenchFactoryInterface parent)
           
BenchServerSocket(int port, java.net.InetAddress localAddress, BenchFactoryInterface parent)
           
 
Method Summary
 java.net.Socket accept()
           
 
Methods inherited from class java.net.ServerSocket
bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setPerformancePreferences, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BenchServerSocket

public BenchServerSocket()
                  throws java.io.IOException
Throws:
java.io.IOException

BenchServerSocket

public BenchServerSocket(int port,
                         BenchFactoryInterface parent)
                  throws java.io.IOException
Throws:
java.io.IOException

BenchServerSocket

public BenchServerSocket(int port,
                         java.net.InetAddress localAddress,
                         BenchFactoryInterface parent)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

accept

public java.net.Socket accept()
                       throws java.io.IOException
Overrides:
accept in class java.net.ServerSocket
Throws:
java.io.IOException


Copyright 2001-2007 INRIA All Rights Reserved.