Uses of Class
org.apache.avro.ipc.ResponderServlet
-
Uses of ResponderServlet in org.apache.avro.ipc.jetty
ModifierConstructorDescriptionHttpServer
(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.HttpServer
(ResponderServlet servlet, org.eclipse.jetty.server.ConnectionFactory connectionFactory, String bindAddress, int port) Constructs a server to run with the given ConnectionFactory on the given address/port.HttpServer
(ResponderServlet servlet, org.eclipse.jetty.server.Connector connector) Deprecated.- use the Constructors that take a ConnectionFactory