| Package | Description | 
|---|---|
| org.apache.avro.ipc | Support for inter-process calls. | 
| org.apache.avro.ipc.jetty | |
| org.apache.avro.ipc.netty | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DatagramServerA datagram-based server implementation. | 
| 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. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpServerAn HTTP-based RPC  Server. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NettyServerA Netty-based RPC  Serverimplementation. | 
Copyright © 2009–2020 The Apache Software Foundation. All rights reserved.