|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
LocalTransceiver
Implementation of IPC that remains in process. |
class |
NettyTransceiver
A Netty-based Transceiver implementation. |
class |
SaslSocketTransceiver
A Transceiver that uses javax.security.sasl for
authentication and encryption. |
class |
SocketTransceiver
A socket-based Transceiver implementation. |
Methods in org.apache.avro.ipc that return Transceiver | |
---|---|
Transceiver |
Requestor.getTransceiver()
|
protected Transceiver |
SaslSocketServer.getTransceiver(SocketChannel channel)
|
protected Transceiver |
SocketServer.getTransceiver(SocketChannel channel)
Creates an appropriate Transceiver for this server. |
Methods in org.apache.avro.ipc with parameters of type Transceiver | |
---|---|
List<ByteBuffer> |
Responder.respond(List<ByteBuffer> buffers,
Transceiver connection)
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. |
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(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. |
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(Protocol protocol,
Transceiver transceiver)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |