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

Packages that use Transceiver
org.apache.avro.generic A generic representation for Avro data. 
org.apache.avro.ipc Support for inter-process calls. 
org.apache.avro.reflect Use Java reflection to generate schemas and protocols for existing classes. 
org.apache.avro.specific Generate specific Java classes for schemas and protocols. 
 

Uses of Transceiver in org.apache.avro.generic
 

Constructors in org.apache.avro.generic with parameters of type Transceiver
GenericRequestor(Protocol protocol, Transceiver transceiver)
           
 

Uses of Transceiver in org.apache.avro.ipc
 

Subclasses of Transceiver in org.apache.avro.ipc
 class DatagramTransceiver
          A datagram-based Transceiver implementation.
 class HttpTransceiver
          An HTTP-based Transceiver implementation.
 class SocketTransceiver
          A simple socket-based Transceiver implementation.
 

Methods in org.apache.avro.ipc that return Transceiver
 Transceiver Requestor.getTransceiver()
           
 

Constructors in org.apache.avro.ipc with parameters of type Transceiver
Requestor(Protocol local, Transceiver transceiver)
           
 

Uses of Transceiver in org.apache.avro.reflect
 

Methods in org.apache.avro.reflect with parameters of type Transceiver
static Object ReflectRequestor.getClient(Class<?> iface, Transceiver transciever)
          Create a proxy instance whose methods invoke RPCs.
static Object ReflectRequestor.getClient(Class<?> iface, Transceiver transciever, ReflectData reflectData)
          Create a proxy instance whose methods invoke RPCs.
 

Constructors in org.apache.avro.reflect with parameters of type Transceiver
ReflectRequestor(Class<?> iface, Transceiver transceiver)
           
ReflectRequestor(Class<?> iface, Transceiver transceiver, ReflectData reflectData)
           
ReflectRequestor(Protocol protocol, Transceiver transceiver)
           
ReflectRequestor(Protocol protocol, Transceiver transceiver, ReflectData reflectData)
           
 

Uses of Transceiver in org.apache.avro.specific
 

Methods in org.apache.avro.specific with parameters of type Transceiver
static Object SpecificRequestor.getClient(Class<?> iface, Transceiver transciever)
          Create a proxy instance whose methods invoke RPCs.
static Object SpecificRequestor.getClient(Class<?> iface, Transceiver transciever, SpecificData specificData)
          Create a proxy instance whose methods invoke RPCs.
 

Constructors in org.apache.avro.specific with parameters of type Transceiver
SpecificRequestor(Class<?> iface, Transceiver transceiver)
           
SpecificRequestor(Class<?> iface, Transceiver transceiver, SpecificData specificData)
           
 



Copyright © 2009 The Apache Software Foundation