Package org.apache.avro.ipc
package org.apache.avro.ipc
Support for inter-process calls.
-
ClassDescriptionCallback<T>Interface for receiving asynchronous callbacks.CallFuture<T>A Future implementation for RPCs.A datagram-based server implementation.A datagram-based
Transceiver
implementation.RecordBuilder for HandshakeRequest instances.RecordBuilder for HandshakeResponse instances.An HTTP-basedTransceiver
implementation.IPC utilities, including client and server factories.Implementation of IPC that remains in process.Base class for the client side of a protocol interaction.Base class for the server side of a protocol interaction.AnHttpServlet
that responds to Avro RPC requests.This class represents the context of an RPC call or RPC handshake.An instrumentation API for RPC metadata.AServer
that usesjavax.security.sasl
for authentication and encryption.ATransceiver
that usesjavax.security.sasl
for authentication and encryption.A server listening on a port.Deprecated.Deprecated.useSaslSocketTransceiver
instead.Base transport class used byRequestor
.
SaslSocketServer
instead.