Package org.apache.avro.ipc

Support for inter-process calls.

See:
          Description

Class Summary
ByteBufferInputStream Utility to present ByteBuffer data as an InputStream.
ByteBufferOutputStream Utility to collect data written to an OutputStream in ByteBuffers.
Requestor Base class for the client side of a protocol interaction.
Responder Base class for the server side of a protocol interaction.
RPCContext This class represents the context of an RPC call or RPC handshake.
RPCPlugin An instrumentation API for RPC metadata.
SocketServer A simple socket-based server implementation.
SocketTransceiver A simple socket-based Transceiver implementation.
Transceiver Base class for transmitters and recievers of raw binary messages.
 

Exception Summary
AvroRemoteException Base class for exceptions thrown to client by server.
 

Package org.apache.avro.ipc Description

Support for inter-process calls.



Copyright © 2009 The Apache Software Foundation