|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.avro.ipc.HttpServer
public class HttpServer
An HTTP-based RPC Server
.
Constructor Summary | |
---|---|
HttpServer(Responder responder,
int port)
Constructs a server to run on the named port. |
|
HttpServer(ResponderServlet servlet,
int port)
Constructs a server to run on the named port. |
Method Summary | |
---|---|
void |
close()
Stop this server. |
int |
getPort()
The port this server runs on. |
void |
join()
Wait for this server to exit. |
void |
start()
Start the server. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpServer(Responder responder, int port) throws IOException
IOException
public HttpServer(ResponderServlet servlet, int port) throws IOException
IOException
Method Detail |
---|
public int getPort()
Server
getPort
in interface Server
public void close()
Server
close
in interface Server
public void start()
start
in interface Server
AvroRuntimeException
- if the underlying Jetty server
throws any exception while starting.public void join() throws InterruptedException
Server
join
in interface Server
InterruptedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |