org.indy.io
Class ServerIOHandler

java.lang.Object
  |
  +--org.indy.BaseComponent
        |
        +--org.indy.IndyComponent
              |
              +--org.indy.io.ServerIOHandler
Direct Known Subclasses:
ServerIOHandlerSocket

public abstract class ServerIOHandler
extends IndyComponent

Description of the Class

Author:
owen

Inner classes inherited from class org.indy.IndyComponent
IndyComponent.WorkMode
 
Constructor Summary
ServerIOHandler()
           
 
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

ServerIOHandler

public ServerIOHandler()
Method Detail

init

public void init()
Description of the Method

accept

public IOHandler accept(java.net.ServerSocket ss,
                        IndyThread thread)
                 throws java.io.InterruptedIOException,
                        IndyIOException
Description of the Method
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.