@FunctionalInterface public interface ProcessorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
process(MessageReader reader,
MessageWriter writer)
Process message read from reader, and write response to writer.
|
void 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–2018 morimekta.net. All rights reserved.