Acme.Serve
Class SimpleAcceptor

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

public class SimpleAcceptor
extends Object
implements Serve.Acceptor


Constructor Summary
SimpleAcceptor()
           
 
Method Summary
 Socket accept()
           
 void destroy()
           
 void init(Map inProperties, Map outProperties)
           
 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 Socket accept()
              throws IOException
Specified by:
accept in interface Serve.Acceptor
Throws:
IOException

destroy

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

init

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.