public interface RpcPacketHandler
Interface used by an RpcPacket to send a response RPC via either TCP or UDP.
Modifier and Type | Method and Description |
---|---|
void |
sendRpcResponse(RpcPacket rpc)
Send an RPC response
|
void sendRpcResponse(RpcPacket rpc) throws IOException
rpc
- RpcPacketIOException
Copyright © 2005–2018 Alfresco Software. All rights reserved.