Package | Description |
---|---|
org.apache.avro.ipc.jetty |
Constructor and Description |
---|
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
|
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 © 2009–2022 The Apache Software Foundation. All rights reserved.