Acme.Serve
Class SelectorAcceptor

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

public class SelectorAcceptor
extends Object
implements Serve.Acceptor


Constructor Summary
SelectorAcceptor()
           
 
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

SelectorAcceptor

public SelectorAcceptor()
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.