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 HttpMethod
getMethod()
java.net.URI
getUrl()
java.lang.String
toString()
-
-
-
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:
toString
in classjava.lang.Object
-
-