public class SslClient extends Object implements RestClient
Constructor and Description |
---|
SslClient(SSLContext ctx,
HostnameVerifier verifier) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.client.Client |
createClient()
Build a new Rest client client with SSL security.
|
public SslClient(SSLContext ctx, HostnameVerifier verifier)
public javax.ws.rs.client.Client createClient()
createClient
in interface RestClient
Copyright © 2016. All rights reserved.