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



Copyright © 2009 The Apache Software Foundation