|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
protocol, host, port and file.
createSocket-method.
createSocket-method.
createSocket-method.
createSocket-method.
factory.setHostnameVerifier(new HostnameVerifier (){
public boolean verify (String urlHostname, String certHostname ) {
// compare the strings on your way
return ...;
}
});
SecureConnectionFactory.createSocket(String, int) and SecureConnectionFactory.createSocket(String, int, String[])
methods should determine proxy setting using System properties.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||