- HttpServer - Class in org.apache.avro.ipc.jetty
-
An HTTP-based RPC Server
.
- HttpServer(Responder, int) - Constructor for class org.apache.avro.ipc.jetty.HttpServer
-
Constructs a server to run on the named port.
- HttpServer(ResponderServlet, int) - Constructor for class org.apache.avro.ipc.jetty.HttpServer
-
Constructs a server to run on the named port.
- HttpServer(Responder, InetSocketAddress) - Constructor for class org.apache.avro.ipc.jetty.HttpServer
-
Constructs a server to run on the named port on the specified address.
- HttpServer(Responder, String, int) - Constructor for class org.apache.avro.ipc.jetty.HttpServer
-
Constructs a server to run on the named port on the specified address.
- HttpServer(ResponderServlet, String, int) - Constructor for class org.apache.avro.ipc.jetty.HttpServer
-
Constructs a server to run on the named port on the specified address.
- HttpServer(Responder, ConnectionFactory, String, int) - Constructor for class org.apache.avro.ipc.jetty.HttpServer
-
Constructs a server to run with the given ConnectionFactory on the given
address/port.
- HttpServer(ResponderServlet, ConnectionFactory, String, int) - Constructor for class org.apache.avro.ipc.jetty.HttpServer
-
Constructs a server to run with the given ConnectionFactory on the given
address/port.
- HttpServer(ResponderServlet, Connector) - Constructor for class org.apache.avro.ipc.jetty.HttpServer
-
- HttpServer(Responder, Connector) - Constructor for class org.apache.avro.ipc.jetty.HttpServer
-