org.indy.io
Class ServerIOHandlerSocket

java.lang.Object
  |
  +--org.indy.BaseComponent
        |
        +--org.indy.IndyComponent
              |
              +--org.indy.io.ServerIOHandler
                    |
                    +--org.indy.io.ServerIOHandlerSocket

public class ServerIOHandlerSocket
extends ServerIOHandler

Description of the Class

Author:
unknown

Inner classes inherited from class org.indy.IndyComponent
IndyComponent.WorkMode
 
Constructor Summary
ServerIOHandlerSocket()
           
 
Method Summary
 IOHandler accept(java.net.ServerSocket ss, IndyThread thread)
          Description of the Method
 void init()
          Description of the Method
 
Methods inherited from class org.indy.IndyComponent
addComponentListener, doBeginWork, doBeginWork, doEndWork, doStatus, doStatus, doWork, getLocalName, removeComponentListener
 
Methods inherited from class org.indy.BaseComponent
getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerIOHandlerSocket

public ServerIOHandlerSocket()
Method Detail

init

public void init()
Description of the Method
Overrides:
init in class ServerIOHandler

accept

public IOHandler accept(java.net.ServerSocket ss,
                        IndyThread thread)
                 throws java.io.InterruptedIOException,
                        IndyIOException
Description of the Method
Overrides:
accept in class ServerIOHandler
Parameters:
ss - Description of the Parameter
thread - Description of the Parameter
Returns:
Description of the Return Value
Throws:
java.io.InterruptedIOException - Description of the Exception


Copyright © 2002-2002 IndyJ. All Rights Reserved.