| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Server | |
|---|---|
| org.apache.avro.ipc | Support for inter-process calls. | 
| Uses of Server in org.apache.avro.ipc | 
|---|
| Classes in org.apache.avro.ipc that implement Server | |
|---|---|
|  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. | 
| Methods in org.apache.avro.ipc that return Server | |
|---|---|
| static Server | Ipc.createServer(Responder responder,
             URI uri)Create a Serverlistening at the named URI using the provided
 responder. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||