public static class HttpWagonTestCase.PutHandler extends org.mortbay.jetty.handler.AbstractHandler
Modifier and Type | Field and Description |
---|---|
List<org.apache.maven.wagon.http.HttpWagonTestCase.DeployedResource> |
deployedResources |
List<HttpWagonTestCase.HandlerRequestResponse> |
handlerRequestResponses |
int |
putCallNumber |
Constructor and Description |
---|
HttpWagonTestCase.PutHandler(File repositoryDirectory) |
Modifier and Type | Method and Description |
---|---|
void |
handle(String target,
HttpServletRequest request,
HttpServletResponse response,
int dispatch) |
destroy, doStart, doStop, getServer, setServer, toString
addLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stop
public List<org.apache.maven.wagon.http.HttpWagonTestCase.DeployedResource> deployedResources
public int putCallNumber
public List<HttpWagonTestCase.HandlerRequestResponse> handlerRequestResponses
public HttpWagonTestCase.PutHandler(File repositoryDirectory)
public void handle(String target, HttpServletRequest request, HttpServletResponse response, int dispatch) throws IOException, ServletException
IOException
ServletException
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.