|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.openejb.server.httpd.HttpListenerRegistry
public class HttpListenerRegistry
| Constructor Summary | |
|---|---|
HttpListenerRegistry()
|
|
| Method Summary | |
|---|---|
void |
addHttpListener(HttpListener listener,
java.lang.String regex)
|
void |
onMessage(HttpRequest request,
HttpResponse response)
|
void |
removeHttpListener(java.lang.String regex)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpListenerRegistry()
| Method Detail |
|---|
public void onMessage(HttpRequest request,
HttpResponse response)
throws java.lang.Exception
onMessage in interface HttpListenerjava.lang.Exception
public void addHttpListener(HttpListener listener,
java.lang.String regex)
public void removeHttpListener(java.lang.String regex)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||