public static class AbstractSimpleServer.SimpleServerExchange extends Object implements AbstractSimpleServer.Exchange
Constructor and Description |
---|
AbstractSimpleServer.SimpleServerExchange(AbstractSimpleServer.RequestMatcher requestMatcher,
String response) |
public AbstractSimpleServer.SimpleServerExchange(AbstractSimpleServer.RequestMatcher requestMatcher, String response)
public boolean processRequest(BufferedReader in) throws IOException
processRequest
in interface AbstractSimpleServer.Exchange
IOException
public boolean sendReply(OutputStream out) throws IOException
sendReply
in interface AbstractSimpleServer.Exchange
IOException
Copyright © 2015. All Rights Reserved.