Uses of Interface
org.apache.avro.ipc.Server

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 DatagramServer
          A datagram-based server implementation.
 class HttpServer
          An HTTP-based RPC Server.
 class SocketServer
          A socket-based server implementation.
 



Copyright © 2010 The Apache Software Foundation