All Classes and Interfaces

Class
Description
Interface for receiving asynchronous callbacks.
A Future implementation for RPCs.
A datagram-based server implementation.
A datagram-based Transceiver implementation.
Requestor implementation for generic Java data.
Responder implementation for generic Java data.
 
 
RecordBuilder for HandshakeRequest instances.
 
RecordBuilder for HandshakeResponse instances.
An HTTP-based Transceiver implementation.
IPC utilities, including client and server factories.
Implementation of IPC that remains in process.
 
A Requestor for existing interfaces.
Responder for existing interfaces.
Base class for the client side of a protocol interaction.
Base class for the server side of a protocol interaction.
An HttpServlet that responds to Avro RPC requests.
This class represents the context of an RPC call or RPC handshake.
An instrumentation API for RPC metadata.
A Server that uses javax.security.sasl for authentication and encryption.
A Transceiver that uses javax.security.sasl for authentication and encryption.
A server listening on a port.
Deprecated.
use SaslSocketServer instead.
Deprecated.
Requestor for generated interfaces.
Responder for generated interfaces.
Collects count and latency statistics about RPC calls.
Exposes information provided by a StatsPlugin as a web page.
Base transport class used by Requestor.