Package | Description |
---|---|
org.apache.avro.ipc |
Support for inter-process calls.
|
Constructor and Description |
---|
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 © 2009–2017 The Apache Software Foundation. All rights reserved.