Class AccessEvent
java.lang.Object
org.eclipse.jgit.junit.http.AccessEvent
-
Method Summary
Modifier and TypeMethodDescriptionGet themethod.getParameter(String name) Get parameterGetparametersgetPath()Getpath.getRequestHeader(String name) Get request headergetResponseHeader(String name) Get response header.intGet thestatus.toString()
-
Method Details
-
getMethod
-
getPath
-
getRequestHeader
-
getParameter
-
getParameters
-
getStatus
public int getStatus()Get thestatus.- Returns:
- HTTP status code of the response, e.g. 200, 403, 500.
-
getResponseHeader
-
toString
-