@FunctionalInterface public interface PProcessor
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(MessageReader reader,
MessageWriter writer)
Process message read from reader, and write response to writer.
|
boolean process(MessageReader reader, MessageWriter writer) throws IOException
reader - The message reader for the request.writer - The message writer for the response.IOException - In failure to handle input or output.Copyright © 2015–2016 morimekta.net. All rights reserved.