Uses of Class
org.apache.avro.ipc.RPCPlugin

Packages that use RPCPlugin
org.apache.avro.ipc Support for inter-process calls. 
 

Uses of RPCPlugin in org.apache.avro.ipc
 

Fields in org.apache.avro.ipc with type parameters of type RPCPlugin
protected  List<RPCPlugin> Responder.rpcMetaPlugins
           
protected  List<RPCPlugin> Requestor.rpcMetaPlugins
           
 

Methods in org.apache.avro.ipc with parameters of type RPCPlugin
 void Responder.addRPCPlugin(RPCPlugin plugin)
          Adds a new plugin to manipulate per-call metadata.
 void Requestor.addRPCPlugin(RPCPlugin plugin)
          Adds a new plugin to manipulate RPC metadata.
 



Copyright © 2009 The Apache Software Foundation