Interface ClientListenerResponseSender
-
public interface ClientListenerResponseSenderClient listener response result sender.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsend(ClientListenerResponse resp)Send response to the client.
-
-
-
Method Detail
-
send
void send(ClientListenerResponse resp)
Send response to the client. Used for asynchronous result send.- Parameters:
resp- Client listener response.
-
-