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: 1145190 $ $Date: 2011-07-11 07:28:10 -0700 (Mon, 11 Jul 2011) $
| 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 HttpListener removeHttpListener(String regex)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.