org.apache.openejb.server.httpd
Interface HttpListener

All Known Implementing Classes:
BasicAuthHttpListenerWrapper, FilterListener, HttpListenerRegistry, OpenEJBHttpRegistry.ClassLoaderHttpListener, ServerServiceAdapter, ServletListener

public interface HttpListener

Version:
$Rev$ $Date$

Method Summary
 void onMessage(HttpRequest request, HttpResponse response)
           
 

Method Detail

onMessage

void onMessage(HttpRequest request,
               HttpResponse response)
               throws Exception
Throws:
Exception


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