Uses of Class
org.apache.avro.ipc.ResponderServlet

Packages that use ResponderServlet
org.apache.avro.ipc Support for inter-process calls. 
 

Uses of ResponderServlet in org.apache.avro.ipc
 

Constructors in org.apache.avro.ipc with parameters of type ResponderServlet
HttpServer(ResponderServlet servlet, org.mortbay.jetty.Connector connector)
          Constructs a server to run with the given connector.
HttpServer(ResponderServlet servlet, int port)
          Constructs a server to run on the named port.
HttpServer(ResponderServlet servlet, String bindAddress, int port)
          Constructs a server to run on the named port on the specified address.
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.