Class HttpClient
java.lang.Object
io.confluent.security.authentication.http.HttpClient
- All Implemented Interfaces:
AutoCloseable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HttpClient.Builderbuilder()voidclose()jakarta.ws.rs.client.WebTargetjakarta.ws.rs.client.WebTargettarget(URI targetUri, HttpCredential credential)
-
Constructor Details
-
HttpClient
public HttpClient(jakarta.ws.rs.client.Client client)
-
-
Method Details
-
target
-
target
-
builder
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-