public class SmartReplyProtocol extends java.lang.Object implements IEasProtocol<SmartReplyRequest,SmartReplyResponse>
| Constructor and Description |
|---|
SmartReplyProtocol() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
address() |
void |
execute(BackendSession bs,
SmartReplyRequest query,
io.vertx.core.Handler<SmartReplyResponse> responseHandler) |
void |
parse(OptionalParams optParams,
org.w3c.dom.Document doc,
IPreviousRequestsKnowledge past,
io.vertx.core.Handler<SmartReplyRequest> parserResultHandler) |
void |
write(BackendSession bs,
Responder responder,
SmartReplyResponse response,
io.vertx.core.Handler<java.lang.Void> completion) |
public void parse(OptionalParams optParams, org.w3c.dom.Document doc, IPreviousRequestsKnowledge past, io.vertx.core.Handler<SmartReplyRequest> parserResultHandler)
parse in interface IEasProtocol<SmartReplyRequest,SmartReplyResponse>public void execute(BackendSession bs, SmartReplyRequest query, io.vertx.core.Handler<SmartReplyResponse> responseHandler)
execute in interface IEasProtocol<SmartReplyRequest,SmartReplyResponse>public void write(BackendSession bs, Responder responder, SmartReplyResponse response, io.vertx.core.Handler<java.lang.Void> completion)
write in interface IEasProtocol<SmartReplyRequest,SmartReplyResponse>public java.lang.String address()
address in interface IEasProtocol<SmartReplyRequest,SmartReplyResponse>Copyright © 2024. All Rights Reserved.