Interface ClientHttpEngine
- All Known Subinterfaces:
ApacheHttpClientEngine
,AsyncClientHttpEngine
,ReactiveClientHttpEngine
- All Known Implementing Classes:
ApacheHttpAsyncClient4Engine
,ApacheHttpClient43Engine
,JettyClientEngine
,ManualClosingApacheHttpClient43Engine
,ReactorNettyClientHttpEngine
,URLConnectionEngine
,VertxClientHttpEngine
public interface ClientHttpEngine
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
Needed for Client.getHostnameVerifier()Needed for Client.getSslContext();jakarta.ws.rs.core.Response
invoke
(jakarta.ws.rs.client.Invocation request) default boolean
default void
setFollowRedirects
(boolean followRedirects)
-
Method Details
-
getSslContext
-
getHostnameVerifier
HostnameVerifier getHostnameVerifier()Needed for Client.getHostnameVerifier()- Returns:
HostnameVerifier
-
invoke
jakarta.ws.rs.core.Response invoke(jakarta.ws.rs.client.Invocation request) -
isFollowRedirects
default boolean isFollowRedirects() -
setFollowRedirects
default void setFollowRedirects(boolean followRedirects) -
close
void close()
-