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 SocketTransceiver
          A simple socket-based Transceiver implementation.
 

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

Methods in org.apache.avro.ipc with parameters of type Transceiver
 List<ByteBuffer> Responder.respond(Transceiver transceiver)
          Called by a server to deserialize a request, compute and serialize a response or error.
 

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.
 

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

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.
 



Copyright © 2009 The Apache Software Foundation