org.opennms.netmgt.provision.server
Interface AbstractSimpleServer.Exchange

All Known Implementing Classes:
AbstractSimpleServer.BannerExchange, AbstractSimpleServer.SimpleServerExchange
Enclosing class:
AbstractSimpleServer

public static interface AbstractSimpleServer.Exchange


Method Summary
 boolean processRequest(BufferedReader in)
           
 boolean sendReply(OutputStream out)
           
 

Method Detail

sendReply

boolean sendReply(OutputStream out)
                  throws IOException
Throws:
IOException

processRequest

boolean processRequest(BufferedReader in)
                       throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.