Acme.Serve
Interface Serve.Acceptor

All Known Implementing Classes:
SelectorAcceptor, SimpleAcceptor, SSLAcceptor
Enclosing class:
Serve

public static interface Serve.Acceptor


Method Summary
 Socket accept()
           
 void destroy()
           
 void init(Map inProperties, Map outProperties)
           
 

Method Detail

init

void init(Map inProperties,
          Map outProperties)
          throws IOException
Throws:
IOException

accept

Socket accept()
              throws IOException
Throws:
IOException

destroy

void destroy()
             throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.