com.enterprisedt.util.proxy
Class PlainServerSocket

java.lang.Object
  extended by java.net.ServerSocket
      extended by com.enterprisedt.util.proxy.PlainServerSocket
All Implemented Interfaces:
StreamServerSocket

public class PlainServerSocket
extends java.net.ServerSocket
implements StreamServerSocket

This class is purely to return a StreamSocket from a server socket

Version:
$Revision: 1.1 $
Author:
$author$

Constructor Summary
PlainServerSocket()
           
 
Method Summary
 StreamSocket acceptConnection()
          Accept a connection on this socket
 
Methods inherited from class java.net.ServerSocket
accept, 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
 
Methods inherited from interface com.enterprisedt.util.proxy.StreamServerSocket
bind, close, getInetAddress, getLocalPort, getReceiveBufferSize, getSoTimeout, setReceiveBufferSize, setSoTimeout
 

Constructor Detail

PlainServerSocket

public PlainServerSocket()
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

acceptConnection

public StreamSocket acceptConnection()
                              throws java.io.IOException
Accept a connection on this socket

Specified by:
acceptConnection in interface StreamServerSocket
Throws:
java.io.IOException


Copyright © 2001-2009 Enterprise Distributed Technologies Ltd. All Rights Reserved.