public class OpenEJBHttpServer extends java.lang.Object implements HttpServer
Modifier and Type | Class and Description |
---|---|
static class |
OpenEJBHttpServer.Output |
Constructor and Description |
---|
OpenEJBHttpServer() |
OpenEJBHttpServer(HttpListener listener) |
Modifier and Type | Method and Description |
---|---|
static HttpListenerRegistry |
getHttpListenerRegistry() |
java.lang.String |
getIP() |
HttpListener |
getListener() |
java.lang.String |
getName() |
int |
getPort() |
void |
init(java.util.Properties props) |
static boolean |
isTextXml(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers) |
static java.lang.String |
reformat(java.lang.String raw) |
void |
service(java.io.InputStream in,
java.io.OutputStream out) |
void |
service(java.net.Socket socket) |
void |
start() |
void |
stop() |
public OpenEJBHttpServer()
public OpenEJBHttpServer(HttpListener listener)
public static HttpListenerRegistry getHttpListenerRegistry()
public static boolean isTextXml(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
public HttpListener getListener()
getListener
in interface HttpServer
public void service(java.net.Socket socket) throws ServiceException, java.io.IOException
service
in interface ServerService
ServiceException
java.io.IOException
public void service(java.io.InputStream in, java.io.OutputStream out) throws ServiceException, java.io.IOException
service
in interface ServerService
ServiceException
java.io.IOException
public void init(java.util.Properties props) throws java.lang.Exception
public void start() throws ServiceException
start
in interface ServerService
ServiceException
public void stop() throws ServiceException
stop
in interface ServerService
ServiceException
public java.lang.String getName()
getName
in interface ServerService
public int getPort()
getPort
in interface ServerService
public java.lang.String getIP()
getIP
in interface ServerService
public static java.lang.String reformat(java.lang.String raw)