|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Transceiver | |
---|---|
org.apache.avro.ipc | Support for inter-process calls. |
org.apache.avro.ipc.generic | |
org.apache.avro.ipc.reflect | |
org.apache.avro.ipc.specific |
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
Deprecated. use SaslSocketTransceiver instead. |
Methods in org.apache.avro.ipc that return Transceiver | |
---|---|
static Transceiver |
Ipc.createTransceiver(URI uri)
Create a client Transceiver connecting to the provided URI. |
Transceiver |
Requestor.getTransceiver()
|
protected Transceiver |
SocketServer.getTransceiver(SocketChannel channel)
Deprecated. Creates an appropriate Transceiver for this server. |
protected Transceiver |
SaslSocketServer.getTransceiver(SocketChannel channel)
|
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.ipc.generic |
---|
Constructors in org.apache.avro.ipc.generic with parameters of type Transceiver | |
---|---|
GenericRequestor(Protocol protocol,
Transceiver transceiver)
|
Uses of Transceiver in org.apache.avro.ipc.reflect |
---|
Methods in org.apache.avro.ipc.reflect with parameters of type Transceiver | ||
---|---|---|
static
|
ReflectRequestor.getClient(Class<T> iface,
Transceiver transciever)
Create a proxy instance whose methods invoke RPCs. |
|
static
|
ReflectRequestor.getClient(Class<T> iface,
Transceiver transciever,
ReflectData reflectData)
Create a proxy instance whose methods invoke RPCs. |
Constructors in org.apache.avro.ipc.reflect with parameters of type Transceiver | |
---|---|
ReflectRequestor(Class<?> iface,
Transceiver transceiver)
|
|
ReflectRequestor(Protocol protocol,
Transceiver transceiver)
|
Uses of Transceiver in org.apache.avro.ipc.specific |
---|
Methods in org.apache.avro.ipc.specific with parameters of type Transceiver | ||
---|---|---|
static
|
SpecificRequestor.getClient(Class<T> iface,
Transceiver transciever)
Create a proxy instance whose methods invoke RPCs. |
|
static
|
SpecificRequestor.getClient(Class<T> iface,
Transceiver transciever,
SpecificData specificData)
Create a proxy instance whose methods invoke RPCs. |
Constructors in org.apache.avro.ipc.specific with parameters of type Transceiver | |
---|---|
SpecificRequestor(Class<?> iface,
Transceiver transceiver)
|
|
SpecificRequestor(Protocol protocol,
Transceiver transceiver)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |