Package nbbrd.io.http.ext
Class InterceptingHttpClient
java.lang.Object
nbbrd.io.http.ext.InterceptingHttpClient
- All Implemented Interfaces:
HttpClient
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull String@NonNull HttpResponsesend(@NonNull HttpRequest request)
-
Constructor Details
-
InterceptingHttpClient
public InterceptingHttpClient()
-
-
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
-