| Package | Description | 
|---|---|
| org.apache.avro.ipc | 
 Support for inter-process calls. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DatagramServer
A datagram-based server implementation. 
 | 
class  | 
HttpServer
An HTTP-based RPC  
Server. | 
class  | 
NettyServer
A Netty-based RPC  
Server implementation. | 
class  | 
SaslSocketServer
A  
Server that uses javax.security.sasl for authentication
 and encryption. | 
class  | 
SocketServer
Deprecated. 
 
use  
SaslSocketServer instead. | 
| Modifier and Type | Method and Description | 
|---|---|
static Server | 
Ipc.createServer(Responder responder,
            URI uri)
Create a  
Server listening at the named URI using the provided
 responder. | 
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.