| Package | Description | 
|---|---|
| org.apache.avro.ipc | Support for inter-process calls. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DatagramServerA datagram-based server implementation. | 
| class  | HttpServerAn HTTP-based RPC  Server. | 
| class  | NettyServerA Netty-based RPC  Serverimplementation. | 
| class  | SaslSocketServerA  Serverthat usesjavax.security.saslfor authentication
 and encryption. | 
| class  | SocketServerDeprecated. 
 use  SaslSocketServerinstead. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Server | Ipc. createServer(Responder responder,
            URI uri)Create a  Serverlistening at the named URI using the provided
 responder. | 
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.