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 java.io.IOException
rpc - RpcPacketjava.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.