public class HttpClientStackTest
extends java.lang.Object
| Constructor and Description |
|---|
HttpClientStackTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
createDeleteRequest() |
void |
createDeprecatedGetRequest() |
void |
createDeprecatedPostRequest() |
void |
createGetRequest() |
void |
createHeadRequest() |
void |
createOptionsRequest() |
void |
createPatchRequest() |
void |
createPatchRequestWithBody() |
void |
createPostRequest() |
void |
createPostRequestWithBody() |
void |
createPutRequest() |
void |
createPutRequestWithBody() |
void |
createTraceRequest() |
public void createDeprecatedGetRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void createDeprecatedPostRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void createGetRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void createPostRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void createPostRequestWithBody()
throws java.lang.Exception
java.lang.Exceptionpublic void createPutRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void createPutRequestWithBody()
throws java.lang.Exception
java.lang.Exceptionpublic void createDeleteRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void createHeadRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void createOptionsRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void createTraceRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void createPatchRequest()
throws java.lang.Exception
java.lang.Exceptionpublic void createPatchRequestWithBody()
throws java.lang.Exception
java.lang.Exception