org.apache.openejb.server.httpd
Class HttpListenerRegistry
java.lang.Object
org.apache.openejb.server.httpd.HttpListenerRegistry
- All Implemented Interfaces:
- HttpListener
public class HttpListenerRegistry
- extends Object
- implements HttpListener
- Version:
- $Revision: 605765 $ $Date: 2007-12-20 01:53:19 +0100 (Do, 20. Dez 2007) $
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)
removeHttpListener
public void removeHttpListener(String regex)
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.