Searched refs:createSocket (Results 1 - 25 of 121) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/net/
H A DSocketFactory.java117 public Socket createSocket() throws IOException { method in class:SocketFactory
155 public abstract Socket createSocket(String host, int port) method in class:SocketFactory
187 createSocket(String host, int port, InetAddress localHost, int localPort) method in class:SocketFactory
213 public abstract Socket createSocket(InetAddress host, int port) method in class:SocketFactory
244 createSocket(InetAddress address, int port, method in class:SocketFactory
264 public Socket createSocket() { method in class:DefaultSocketFactory
268 public Socket createSocket(String host, int port) method in class:DefaultSocketFactory
274 public Socket createSocket(InetAddress address, int port) method in class:DefaultSocketFactory
280 public Socket createSocket(String host, int port, method in class:DefaultSocketFactory
287 public Socket createSocket(InetAddres method in class:DefaultSocketFactory
[all...]
/openjdk7/jdk/src/share/classes/java/rmi/server/
H A DRMIClientSocketFactory.java72 public Socket createSocket(String host, int port) method in interface:RMIClientSocketFactory
H A DRMISocketFactory.java77 public abstract Socket createSocket(String host, int port) method in class:RMISocketFactory
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DSSLSocketFactoryImpl.java72 public Socket createSocket() { method in class:SSLSocketFactoryImpl
85 public Socket createSocket(String host, int port) method in class:SSLSocketFactoryImpl
107 public Socket createSocket(Socket s, String host, int port, method in class:SSLSocketFactoryImpl
122 public Socket createSocket(InetAddress address, int port) method in class:SSLSocketFactoryImpl
136 public Socket createSocket(String host, int port, method in class:SSLSocketFactoryImpl
151 public Socket createSocket(InetAddress address, int port, method in class:SSLSocketFactoryImpl
/openjdk7/jdk/src/share/classes/java/net/
H A DSdpSocketImpl.java43 fd = SdpSupport.createSocket();
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DLoopbackSSLSocket.java27 * @summary Loopback SSLSocketImpl createSocket is throwing an exception.
42 SSLSocket s = (SSLSocket)sf.createSocket((String)null, 0);
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLSocketFactory.java182 public abstract Socket createSocket(Socket s, String host, method in class:SSLSocketFactory
202 public Socket createSocket() method in class:DefaultSSLSocketFactory
208 public Socket createSocket(String host, int port) method in class:DefaultSSLSocketFactory
214 public Socket createSocket(Socket s, String host, method in class:DefaultSSLSocketFactory
221 public Socket createSocket(InetAddress address, int port) method in class:DefaultSSLSocketFactory
227 public Socket createSocket(String host, int port, method in class:DefaultSSLSocketFactory
234 public Socket createSocket(InetAddress address, int port, method in class:DefaultSSLSocketFactory
H A DSSLContextSpi.java144 return (SSLSocket)factory.createSocket();
159 * {@linkplain javax.net.SocketFactory#createSocket
160 * SocketFactory.createSocket()} method of this context's SocketFactory.
182 * {@linkplain javax.net.SocketFactory#createSocket
183 * SocketFactory.createSocket()} method of this context's SocketFactory.
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DHttpsCreateSockTest.java32 * @summary createSocket() - smpatch fails using 1.6.0_10 because of
59 * connection is made one of the socket factories createSocket methods, that
160 * createSocket(Socket, String, int, boolean), has been called.
165 public Socket createSocket(InetAddress host, int port) throws IOException { method in class:HttpsCreateSockTest.SimpleSSLSocketFactory
167 return SocketFactory.getDefault().createSocket(host, port);
171 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, method in class:HttpsCreateSockTest.SimpleSSLSocketFactory
174 return SocketFactory.getDefault().createSocket(address, port, localAddress, localPort);
178 public Socket createSocket(String host, int port) throws IOException { method in class:HttpsCreateSockTest.SimpleSSLSocketFactory
180 return SocketFactory.getDefault().createSocket(host, port);
184 public Socket createSocket(Strin method in class:HttpsCreateSockTest.SimpleSSLSocketFactory
192 public Socket createSocket(Socket s, String host, int port, method in class:HttpsCreateSockTest.SimpleSSLSocketFactory
[all...]
H A DHttpsSocketFacTest.java59 * connection is made one of the socket factories createSocket methods, that
166 * createSocket(Socket, String, int, boolean), has been called.
172 public Socket createSocket() throws IOException { method in class:HttpsSocketFacTest.SimpleSSLSocketFactory
174 return SocketFactory.getDefault().createSocket();
178 public Socket createSocket(InetAddress host, int port) throws IOException { method in class:HttpsSocketFacTest.SimpleSSLSocketFactory
180 return SocketFactory.getDefault().createSocket(host, port);
184 public Socket createSocket(InetAddress address, int port, InetAddress localAddress, method in class:HttpsSocketFacTest.SimpleSSLSocketFactory
187 return SocketFactory.getDefault().createSocket(address, port, localAddress, localPort);
191 public Socket createSocket(String host, int port) throws IOException { method in class:HttpsSocketFacTest.SimpleSSLSocketFactory
193 return SocketFactory.getDefault().createSocket(hos
197 public Socket createSocket(String host, int port, InetAddress localHost, method in class:HttpsSocketFacTest.SimpleSSLSocketFactory
205 public Socket createSocket(Socket s, String host, int port, method in class:HttpsSocketFacTest.SimpleSSLSocketFactory
[all...]
/openjdk7/jdk/test/sun/security/ssl/sanity/pluggability/
H A DMySSLSocketFacImpl.java52 public Socket createSocket(Socket s, String host, int port, method in class:MySSLSocketFacImpl
54 public Socket createSocket(InetAddress host, int port) { method in class:MySSLSocketFacImpl
57 public Socket createSocket(InetAddress address, int port, method in class:MySSLSocketFacImpl
61 public Socket createSocket(String host, int port) { method in class:MySSLSocketFacImpl
64 public Socket createSocket(String host, int port, InetAddress method in class:MySSLSocketFacImpl
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DRMIDirectSocketFactory.java38 public Socket createSocket(String host, int port) throws IOException method in class:RMIDirectSocketFactory
H A DRMIHttpToCGISocketFactory.java42 public Socket createSocket(String host, int port) method in class:RMIHttpToCGISocketFactory
H A DRMIHttpToPortSocketFactory.java41 public Socket createSocket(String host, int port) method in class:RMIHttpToPortSocketFactory
H A DRMIMasterSocketFactory.java95 * connection mechanisms to attempt on createSocket, if a direct
135 public Socket createSocket(String host, int port) method in class:RMIMasterSocketFactory
147 return initialFactory.createSocket(host, port);
162 return factory.createSocket(host, port);
235 factory.createSocket(host, port)) {
254 fallbackSocket = factory.createSocket(host, port);
408 Socket temp = factory.createSocket(host, port);
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DORBSocketFactory.java90 * <code>createSocket(SocketInfo socketInfo)</code>
320 * <code>createSocket(SocketInfo socketInfo)</code> <p>
352 public Socket createSocket(SocketInfo socketInfo) method in interface:ORBSocketFactory
/openjdk7/jdk/test/sun/security/ssl/javax/net/ssl/
H A DFix5070632.java32 * @summary Default SSLSockeFactory override createSocket() now
54 fac.createSocket();
/openjdk7/jdk/test/javax/management/remote/mandatory/socketFactories/
H A DRMIClientFactory.java39 public Socket createSocket(String host, int port) throws IOException { method in class:RMIClientFactory
43 System.out.println("Calling createSocket("+host+","+port+")");
/openjdk7/jdk/test/java/rmi/transport/reuseDefaultPort/
H A DReuseDefaultPort.java75 public Socket createSocket(String host, int port) throws IOException { method in class:ReuseDefaultPort.SF
76 return defaultFactory.createSocket(host, port);
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/transport/
H A DORBSocketFactory.java48 public Socket createSocket(String type, method in interface:ORBSocketFactory
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/
H A DGetPeerHostClient.java47 s = (SSLSocket) factory.createSocket(server, 9999);
/openjdk7/jdk/src/share/classes/sun/net/sdp/
H A DSdpSupport.java53 public static FileDescriptor createSocket() throws IOException { method in class:SdpSupport
/openjdk7/jdk/src/share/classes/javax/rmi/ssl/
H A DSslRMIClientSocketFactory.java51 * subclasses by overriding the {@link #createSocket(String,int)}
57 * the {@link #createSocket(String,int)} method will call {@link
64 * the {@link #createSocket(String,int)} method will call {@link
89 // createSocket() is called - note that the default SSLSocketFactory
114 public Socket createSocket(String host, int port) throws IOException { method in class:SslRMIClientSocketFactory
121 sslSocketFactory.createSocket(host, port);
201 // overriding createSocket(String host, int port).
/openjdk7/jdk/test/sun/rmi/transport/tcp/blockAccept/
H A DBlockAcceptTest.java141 public Socket createSocket(String h, int p) method in class:BlockAcceptTest.HttpOutFactory
144 return ((new RMIHttpToPortSocketFactory()).createSocket(h, p));
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SocketCreation/
H A DSocketCreation.java241 (SSLSocket) sslsf.createSocket(s,
310 System.out.println("Client: Will call createSocket(String, int)");
311 return sslsf.createSocket("localhost", serverPort);
319 System.out.println("Client: Will call createSocket(InetAddress, int)");
320 return sslsf.createSocket(InetAddress.getByName("localhost"),
329 System.out.println("Client: Will call createSocket(String," +
331 return sslsf.createSocket("localhost", serverPort,
341 System.out.println("Client: Will call createSocket(InetAddress," +
343 return sslsf.createSocket(InetAddress.getByName("localhost"),
354 System.out.println("Client: Will call createSocket()");
[all...]

Completed in 318 milliseconds

12345