Searched defs:createSocket (Results 26 - 35 of 35) sorted by relevance

12

/forgerock/opendj2-hg/src/server/org/opends/server/tools/
H A DSSLConnectionFactory.java161 public Socket createSocket(String hostName, int portNumber) method in class:SSLConnectionFactory
169 return sslSocketFactory.createSocket(hostName, portNumber);
187 public Socket createSocket(InetAddress host, int portNumber) method in class:SSLConnectionFactory
195 return sslSocketFactory.createSocket(host, portNumber);
218 public Socket createSocket(Socket s, String hostName, int portNumber, method in class:SSLConnectionFactory
228 return sslSocketFactory.createSocket(s, hostName, portNumber, autoClose);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DTrustedSocketFactory.java198 public Socket createSocket(InetAddress address, int port) throws IOException { method in class:TrustedSocketFactory
199 return getInnerFactory().createSocket(address, port);
203 public Socket createSocket(InetAddress address, int port, method in class:TrustedSocketFactory
206 return getInnerFactory().createSocket(address, port, clientAddress,
211 public Socket createSocket(String host, int port) throws IOException method in class:TrustedSocketFactory
213 return getInnerFactory().createSocket(host, port);
217 public Socket createSocket(String host, int port, InetAddress clientHost, method in class:TrustedSocketFactory
220 return getInnerFactory().createSocket(host, port, clientHost, clientPort);
224 public Socket createSocket(Socket s, String host, int port, boolean autoClose) method in class:TrustedSocketFactory
227 return getInnerFactory().createSocket(
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/
H A DLDAPConnection.java199 startTLSSocket = createSocket();
490 * createSocket() will try to open a socket and it will return the first
501 private Socket createSocket() throws LDAPConnectionException method in class:LDAPConnection
567 return sslConnectionFactory.createSocket(inetAddress, portNumber);
621 return createSocket();
632 return sslConnectionFactory.createSocket(startTLSSocket, hostName,
H A DSSLConnectionFactory.java156 public Socket createSocket(String hostName, int portNumber) method in class:SSLConnectionFactory
164 return sslSocketFactory.createSocket(hostName, portNumber);
182 public Socket createSocket(InetAddress host, int portNumber) method in class:SSLConnectionFactory
190 return sslSocketFactory.createSocket(host, portNumber);
213 public Socket createSocket(Socket s, String hostName, int portNumber, method in class:SSLConnectionFactory
222 return sslSocketFactory.createSocket(s, hostName, portNumber, autoClose);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java101 public Socket createSocket() throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
103 return factory.createSocket();
106 public Socket createSocket(String host, int port) throws IOException, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
109 return factory.createSocket(host, port);
122 public Socket createSocket(Socket s, String host, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
125 return factory.createSocket(s, host, port, autoClose);
128 public Socket createSocket(String host, int port, InetAddress localHost, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
131 return factory.createSocket(host, port, localHost, localPort);
134 public Socket createSocket(InetAddress host, int port) throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
136 return factory.createSocket(hos
139 public Socket createSocket(InetAddress address, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java100 public Socket createSocket() throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
102 return factory.createSocket();
105 public Socket createSocket(String host, int port) throws IOException, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
108 return factory.createSocket(host, port);
121 public Socket createSocket(Socket s, String host, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
124 return factory.createSocket(s, host, port, autoClose);
127 public Socket createSocket(String host, int port, InetAddress localHost, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
130 return factory.createSocket(host, port, localHost, localPort);
133 public Socket createSocket(InetAddress host, int port) throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
135 return factory.createSocket(hos
138 public Socket createSocket(InetAddress address, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java101 public Socket createSocket() throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
103 return factory.createSocket();
106 public Socket createSocket(String host, int port) throws IOException, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
109 return factory.createSocket(host, port);
122 public Socket createSocket(Socket s, String host, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
125 return factory.createSocket(s, host, port, autoClose);
128 public Socket createSocket(String host, int port, InetAddress localHost, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
131 return factory.createSocket(host, port, localHost, localPort);
134 public Socket createSocket(InetAddress host, int port) throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
136 return factory.createSocket(hos
139 public Socket createSocket(InetAddress address, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java100 public Socket createSocket() throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
102 return factory.createSocket();
105 public Socket createSocket(String host, int port) throws IOException, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
108 return factory.createSocket(host, port);
121 public Socket createSocket(Socket s, String host, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
124 return factory.createSocket(s, host, port, autoClose);
127 public Socket createSocket(String host, int port, InetAddress localHost, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
130 return factory.createSocket(host, port, localHost, localPort);
133 public Socket createSocket(InetAddress host, int port) throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
135 return factory.createSocket(hos
138 public Socket createSocket(InetAddress address, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java101 public Socket createSocket() throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
103 return factory.createSocket();
106 public Socket createSocket(String host, int port) throws IOException, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
109 return factory.createSocket(host, port);
122 public Socket createSocket(Socket s, String host, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
125 return factory.createSocket(s, host, port, autoClose);
128 public Socket createSocket(String host, int port, InetAddress localHost, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
131 return factory.createSocket(host, port, localHost, localPort);
134 public Socket createSocket(InetAddress host, int port) throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
136 return factory.createSocket(hos
139 public Socket createSocket(InetAddress address, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java99 public Socket createSocket() throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
101 return factory.createSocket();
104 public Socket createSocket(String host, int port) throws IOException, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
107 return factory.createSocket(host, port);
120 public Socket createSocket(Socket s, String host, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
123 return factory.createSocket(s, host, port, autoClose);
126 public Socket createSocket(String host, int port, InetAddress localHost, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
129 return factory.createSocket(host, port, localHost, localPort);
132 public Socket createSocket(InetAddress host, int port) throws IOException method in class:SASLOverTLSTestCase.TestSSLSocketFactory
134 return factory.createSocket(hos
137 public Socket createSocket(InetAddress address, int port, method in class:SASLOverTLSTestCase.TestSSLSocketFactory
[all...]

Completed in 119 milliseconds

12