Interface AbstractSimpleServer.Exchange
-
- All Known Implementing Classes:
AbstractSimpleServer.BannerExchange
,AbstractSimpleServer.SimpleServerExchange
- Enclosing class:
- AbstractSimpleServer
public static interface AbstractSimpleServer.Exchange
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-