org.openejb.server.httpd
Class HttpListenerRegistry
java.lang.Object
org.openejb.server.httpd.HttpListenerRegistry
- All Implemented Interfaces:
- HttpListener
public class HttpListenerRegistry
- extends Object
- implements HttpListener
- Version:
- $Revision$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpListenerRegistry
public HttpListenerRegistry()
onMessage
public void onMessage(HttpRequest request,
HttpResponse response)
throws Exception
- Specified by:
onMessage
in interface HttpListener
- Throws:
Exception
addHttpListener
public void addHttpListener(HttpListener listener,
String regex)
Copyright © 1999-2012 OpenEJB. All Rights Reserved.