public interface PClientHandler
| Modifier and Type | Method and Description |
|---|---|
<RQ extends PMessage<RQ>,RS extends PMessage<RS>> |
handleCall(PServiceCall<RQ> call,
PService service)
Handle a service call.
|
<RQ extends PMessage<RQ>,RS extends PMessage<RS>> PServiceCall<RS> handleCall(PServiceCall<RQ> call, PService service) throws IOException, SerializerException
RQ - Request type.RS - Response type.call - The request call.IOException - On read or write failure.SerializerException - On serialization problems.Copyright © 2016. All rights reserved.