Package io.lambda.aws.http.impl
Class NativeAwsHttpClient
- java.lang.Object
-
- io.lambda.aws.http.impl.NativeAwsHttpClient
-
- All Implemented Interfaces:
AwsHttpClient
@Introspected @Singleton public class NativeAwsHttpClient extends java.lang.Object implements AwsHttpClient
- Since:
- 27.10.2020
-
-
Constructor Summary
Constructors Constructor Description NativeAwsHttpClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AwsHttpResponseget(java.net.URI uri)AwsHttpResponsepost(java.net.URI uri, java.lang.String body)voidpostAndForget(java.net.URI uri, java.lang.String body)
-
-
-
Method Detail
-
get
public AwsHttpResponse get(java.net.URI uri)
- Specified by:
getin interfaceAwsHttpClient
-
post
public AwsHttpResponse post(java.net.URI uri, java.lang.String body)
- Specified by:
postin interfaceAwsHttpClient
-
postAndForget
public void postAndForget(java.net.URI uri, java.lang.String body)- Specified by:
postAndForgetin interfaceAwsHttpClient
-
-