org.apache.openejb.server.httpd
Class BasicAuthHttpListenerWrapper

java.lang.Object
  extended by org.apache.openejb.server.httpd.BasicAuthHttpListenerWrapper
All Implemented Interfaces:
HttpListener

public class BasicAuthHttpListenerWrapper
extends Object
implements HttpListener


Constructor Summary
BasicAuthHttpListenerWrapper(HttpListener httpListener, String realmName)
           
 
Method Summary
 HttpListener getHttpListener()
           
 void onMessage(HttpRequest request, HttpResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAuthHttpListenerWrapper

public BasicAuthHttpListenerWrapper(HttpListener httpListener,
                                    String realmName)
Method Detail

onMessage

public void onMessage(HttpRequest request,
                      HttpResponse response)
               throws Exception
Specified by:
onMessage in interface HttpListener
Throws:
Exception

getHttpListener

public HttpListener getHttpListener()


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