Package nbbrd.io.http.ext
Class LazyHttpClient
java.lang.Object
nbbrd.io.http.ext.LazyHttpClient
- All Implemented Interfaces:
HttpClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull String@NonNull HttpResponsesend(@NonNull HttpRequest request)
-
Constructor Details
-
LazyHttpClient
public LazyHttpClient()
-
-
Method Details
-
getDescription
- Specified by:
getDescriptionin interfaceHttpClient
-
send
@NonNull public @NonNull HttpResponse send(@NonNull @NonNull HttpRequest request) throws IOException - Specified by:
sendin interfaceHttpClient- Throws:
IOException
-