public class SimpleHttpServer extends Object
| Constructor and Description |
|---|
SimpleHttpServer(org.apache.axis2.context.ConfigurationContext configurationContext,
WorkerFactory workerFactory,
int port) |
SimpleHttpServer(HttpFactory httpFactory,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getPort() |
void |
init() |
boolean |
isRunning() |
void |
start() |
public SimpleHttpServer(org.apache.axis2.context.ConfigurationContext configurationContext,
WorkerFactory workerFactory,
int port)
throws IOException
IOExceptionpublic SimpleHttpServer(HttpFactory httpFactory, int port) throws IOException
IOExceptionpublic void init()
throws IOException
IOExceptionpublic void destroy()
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionpublic void start()
public boolean isRunning()
public int getPort()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.