Acme.Serve
Class SelectorAcceptor

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

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


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

SelectorAcceptor

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