Acme.Serve
Class SimpleAcceptor

java.lang.Object
  extended by Acme.Serve.SimpleAcceptor
All Implemented Interfaces:
Serve.Acceptor

public class SimpleAcceptor
extends java.lang.Object
implements Serve.Acceptor


Constructor Summary
SimpleAcceptor()
           
 
Method Summary
 java.net.Socket accept()
           
 void destroy()
           
 void init(java.util.Map inProperties, java.util.Map outProperties)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleAcceptor

public SimpleAcceptor()
Method Detail

accept

public java.net.Socket accept()
                       throws java.io.IOException
Specified by:
accept in interface Serve.Acceptor
Throws:
java.io.IOException

destroy

public void destroy()
             throws java.io.IOException
Specified by:
destroy in interface Serve.Acceptor
Throws:
java.io.IOException

init

public void init(java.util.Map inProperties,
                 java.util.Map outProperties)
          throws java.io.IOException
Specified by:
init in interface Serve.Acceptor
Throws:
java.io.IOException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.