| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| Server | A server listening on a port. | 
| Class Summary | |
|---|---|
| ByteBufferInputStream | Utility to present ByteBufferdata as anInputStream. | 
| ByteBufferOutputStream | Utility to collect data written to an OutputStreaminByteBuffers. | 
| DatagramServer | A datagram-based server implementation. | 
| DatagramTransceiver | A datagram-based Transceiverimplementation. | 
| HttpServer | An HTTP-based RPC Server. | 
| HttpTransceiver | An HTTP-based Transceiverimplementation. | 
| LocalTransceiver | Implementation of IPC that remains in process. | 
| NettyServer | A Netty-based RPC Serverimplementation. | 
| NettyTransceiver | A Netty-based Transceiverimplementation. | 
| NettyTransportCodec | Data structure, encoder and decoder classes for the Netty transport. | 
| NettyTransportCodec.NettyDataPack | Transport protocol data structure when using Netty. | 
| NettyTransportCodec.NettyFrameDecoder | Protocol decoder which converts Netty's ChannelBuffer to NettyDataPack which contains a List<ByteBuffer> needed by Avro Responder. | 
| NettyTransportCodec.NettyFrameEncoder | Protocol encoder which converts NettyDataPack which contains the Responder's output List<ByteBuffer> to ChannelBuffer needed by Netty. | 
| Requestor | Base class for the client side of a protocol interaction. | 
| Responder | Base class for the server side of a protocol interaction. | 
| ResponderServlet | An HttpServletthat responds to Avro RPC requests. | 
| RPCContext | This class represents the context of an RPC call or RPC handshake. | 
| RPCPlugin | An instrumentation API for RPC metadata. | 
| SaslSocketServer | A Serverthat usesjavax.security.saslfor authentication
 and encryption. | 
| SaslSocketTransceiver | A Transceiverthat usesjavax.security.saslfor
 authentication and encryption. | 
| SocketServer | A socket-based server implementation. | 
| SocketTransceiver | A socket-based Transceiverimplementation. | 
| Transceiver | Base transport class used by Requestor. | 
| Exception Summary | |
|---|---|
| AvroRemoteException | Base class for exceptions thrown to client by server. | 
Support for inter-process calls.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||