Uses of Class
org.apache.avro.ipc.specific.SpecificRequestor

Packages that use SpecificRequestor
org.apache.avro.ipc.reflect   
org.apache.avro.ipc.specific   
 

Uses of SpecificRequestor in org.apache.avro.ipc.reflect
 

Subclasses of SpecificRequestor in org.apache.avro.ipc.reflect
 class ReflectRequestor
          A Requestor for existing interfaces.
 

Uses of SpecificRequestor in org.apache.avro.ipc.specific
 

Methods in org.apache.avro.ipc.specific with parameters of type SpecificRequestor
static
<T> T
SpecificRequestor.getClient(Class<T> iface, SpecificRequestor requestor)
          Create a proxy instance whose methods invoke RPCs.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.