Class AcrolinxServiceException.HttpRequest
- java.lang.Object
-
- com.acrolinx.client.sdk.exceptions.AcrolinxServiceException.HttpRequest
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AcrolinxServiceException
public static class AcrolinxServiceException.HttpRequest extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HttpRequest(java.net.URI url, HttpMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HttpMethodgetMethod()java.net.URIgetUrl()java.lang.StringtoString()
-
-
-
Constructor Detail
-
HttpRequest
public HttpRequest(java.net.URI url, HttpMethod method)
-
-
Method Detail
-
getUrl
public java.net.URI getUrl()
-
getMethod
public HttpMethod getMethod()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-