All the keystore related methods are marked as deprecated in Jetty docs but it does not refer to the replacement API. What API should be used instead?
http://download.eclipse.org/jetty/stable-7/apidocs/org/eclipse/jetty/client/HttpClient.html
|
All the keystore related methods are marked as deprecated in Jetty docs but it does not refer to the replacement API. What API should be used instead? http://download.eclipse.org/jetty/stable-7/apidocs/org/eclipse/jetty/client/HttpClient.html |
|||
|
|
|
Use ssl context factory instead. e.g.
|
||||
|
|