public interface ClientHttpEngine
Modifier and Type | Method and Description |
---|---|
void |
close() |
HostnameVerifier |
getHostnameVerifier()
Needed for Client.getHostnameVerifier()
|
SSLContext |
getSslContext()
Needed for Client.getSslContext();
|
ClientResponse |
invoke(ClientInvocation request) |
SSLContext getSslContext()
SSLContext
HostnameVerifier getHostnameVerifier()
HostnameVerifier
ClientResponse invoke(ClientInvocation request)
void close()
Copyright © 2018 JBoss by Red Hat. All rights reserved.