org.apache.openejb.server.httpd
Class OpenEJBHttpRegistry

java.lang.Object
  extended by org.apache.openejb.server.httpd.OpenEJBHttpRegistry

public class OpenEJBHttpRegistry
extends Object


Nested Class Summary
protected static class OpenEJBHttpRegistry.ClassLoaderHttpListener
           
 
Field Summary
protected  List<URI> baseUris
           
static Logger log
           
protected  HttpListenerRegistry registry
           
 
Constructor Summary
OpenEJBHttpRegistry()
           
 
Method Summary
 HttpListener addWrappedHttpListener(HttpListener httpListener, ClassLoader classLoader, String regex)
           
 List<String> getResolvedAddresses(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final Logger log

registry

protected final HttpListenerRegistry registry

baseUris

protected final List<URI> baseUris
Constructor Detail

OpenEJBHttpRegistry

public OpenEJBHttpRegistry()
Method Detail

addWrappedHttpListener

public HttpListener addWrappedHttpListener(HttpListener httpListener,
                                           ClassLoader classLoader,
                                           String regex)

getResolvedAddresses

public List<String> getResolvedAddresses(String path)


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.