class OpenSocketAction
extends java.lang.Object
implements java.security.PrivilegedExceptionAction<java.net.Socket>
Modifier and Type | Field and Description |
---|---|
private int |
clientSSLMode_ |
private int |
port_ |
private java.lang.String |
server_ |
Constructor and Description |
---|
OpenSocketAction(java.lang.String server,
int port,
int clientSSLMode) |
Modifier and Type | Method and Description |
---|---|
java.net.Socket |
run() |
private java.lang.String server_
private int port_
private int clientSSLMode_
OpenSocketAction(java.lang.String server, int port, int clientSSLMode)
public java.net.Socket run() throws java.net.UnknownHostException, java.io.IOException, java.security.NoSuchAlgorithmException, java.security.KeyManagementException, java.security.NoSuchProviderException, java.security.KeyStoreException, java.security.UnrecoverableKeyException, java.security.cert.CertificateException
run
in interface java.security.PrivilegedExceptionAction<java.net.Socket>
java.net.UnknownHostException
java.io.IOException
java.security.NoSuchAlgorithmException
java.security.KeyManagementException
java.security.NoSuchProviderException
java.security.KeyStoreException
java.security.UnrecoverableKeyException
java.security.cert.CertificateException
Apache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.