org.japtproxy
Class JaptProxy
java.lang.Object
org.japtproxy.JaptProxy
public class JaptProxy
- extends java.lang.Object
The JaptProxy is the starting point for Japt-Proxy.
- Version:
- $LastChangedRevision: 120 $
- Author:
- Oliver J. Siegmar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaptProxy
public JaptProxy()
setConfiguration
public void setConfiguration(Configuration configuration)
setRepoPackageFinders
public void setRepoPackageFinders(java.util.Map<BackendType,RepoPackageFinder> repoPackageFinders)
handleRequest
public void handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws HandlingException,
java.io.IOException
- Handles the incoming request.
- Parameters:
req - the HttpServletRequest object.res - the HttpServletResponse object
- Throws:
HandlingException - is thrown if a handling error occurs.
java.io.IOException - is thrown if an I/O error occurs.
Copyright © 2006-2008. All Rights Reserved.