| /libcore/luni/src/main/java/java/net/ |
| D | SocketImpl.java | 107 protected abstract void connect(String host, int port) throws IOException; in connect() method in SocketImpl 120 protected abstract void connect(InetAddress address, int port) in connect() method in SocketImpl 262 protected abstract void connect(SocketAddress remoteAddr, int timeout) throws IOException; in connect() method in SocketImpl
|
| D | PlainSocketImpl.java | 166 protected void connect(String aHost, int aPort) throws IOException { in connect() method in PlainSocketImpl 171 protected void connect(InetAddress anAddr, int aPort) throws IOException { in connect() method in PlainSocketImpl 187 private void connect(InetAddress anAddr, int aPort, int timeout) throws IOException { in connect() method in PlainSocketImpl 457 protected void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect() method in PlainSocketImpl
|
| D | DatagramSocket.java | 471 public void connect(SocketAddress peer) throws SocketException { in connect() method in DatagramSocket 505 public void connect(InetAddress address, int port) { in connect() method in DatagramSocket
|
| D | DatagramSocketImpl.java | 253 protected void connect(InetAddress inetAddr, int port) in connect() method in DatagramSocketImpl
|
| /libcore/luni/src/test/java/libcore/java/net/customstreamhandler/http/ |
| D | Handler.java | 39 @Override public void connect() throws IOException { in connect() method in Handler.HandlerURLConnection
|
| /libcore/luni/src/test/java/libcore/java/net/ |
| D | OldSocketImplFactoryTest.java | 137 protected void connect(String arg0, int arg1) throws IOException { in connect() method in OldSocketImplFactoryTest.MockSocketImpl 141 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() method in OldSocketImplFactoryTest.MockSocketImpl 145 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() method in OldSocketImplFactoryTest.MockSocketImpl
|
| D | OldServerSocketTest.java | 350 protected void connect(String arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl 353 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl 356 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl
|
| D | SocketTest.java | 155 @Override protected void connect(String arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl 156 @Override protected void connect(InetAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl 157 @Override protected void connect(SocketAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
|
| /libcore/luni/src/main/java/java/sql/ |
| D | Driver.java | 70 public Connection connect(String url, Properties info) throws SQLException; in connect() method
|
| /libcore/luni/src/main/java/java/io/ |
| D | PipedOutputStream.java | 82 public void connect(PipedInputStream stream) throws IOException { in connect() method in PipedOutputStream
|
| D | PipedWriter.java | 86 public void connect(PipedReader reader) throws IOException { in connect() method in PipedWriter
|
| D | PipedInputStream.java | 170 public void connect(PipedOutputStream src) throws IOException { in connect() method in PipedInputStream
|
| D | PipedReader.java | 154 public void connect(PipedWriter src) throws IOException { in connect() method in PipedReader
|
| /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
| D | OpenSSLSocketImplWrapper.java | 43 public void connect(SocketAddress sockaddr, int timeout) in connect() method in OpenSSLSocketImplWrapper 49 public void connect(SocketAddress sockaddr) throws IOException { in connect() method in OpenSSLSocketImplWrapper
|
| D | SSLSocketWrapper.java | 63 public void connect(SocketAddress sockaddr, int timeout) in connect() method in SSLSocketWrapper 69 public void connect(SocketAddress sockaddr) throws IOException { in connect() method in SSLSocketWrapper
|
| D | SSLSocketImpl.java | 484 public void connect(SocketAddress endpoint) throws IOException { in connect() method in SSLSocketImpl 495 public void connect(SocketAddress endpoint, int timeout) in connect() method in SSLSocketImpl
|
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
| D | URLConnectionTest.java | 181 public void connect() { in connect() method in URLConnectionTest.MockURLConnection
|
| /libcore/luni/src/main/java/libcore/net/url/ |
| D | FileURLConnection.java | 75 public void connect() throws IOException { in connect() method in FileURLConnection
|
| /libcore/support/src/test/java/libcore/javax/net/ssl/ |
| D | TestSSLSocketPair.java | 71 public static SSLSocket[] connect (final TestSSLContext context, in connect() method in TestSSLSocketPair
|
| D | TestSSLEnginePair.java | 61 public static SSLEngine[] connect(final TestSSLContext c, in connect() method in TestSSLEnginePair
|
| /libcore/luni/src/main/java/libcore/net/http/ |
| D | HttpConnection.java | 89 public static HttpConnection connect(URI uri, SSLSocketFactory sslSocketFactory, in connect() method in HttpConnection 340 public HttpConnection connect(int connectTimeout) throws IOException { in connect() method in HttpConnection.Address
|
| D | HttpsURLConnectionImpl.java | 163 public void connect() throws IOException { in connect() method in HttpsURLConnectionImpl 426 @Override protected void connect() throws IOException { in connect() method in HttpsURLConnectionImpl.HttpsEngine 491 HttpEngine connect = new ProxyConnectEngine(policy, rawRequestHeaders, connection); in makeTunnel() local
|
| /libcore/luni/src/main/java/java/nio/channels/ |
| D | SocketChannel.java | 190 public abstract boolean connect(SocketAddress address) throws IOException; in connect() method in SocketChannel
|
| D | DatagramChannel.java | 127 public abstract DatagramChannel connect(SocketAddress address) in connect() method in DatagramChannel
|
| /libcore/luni/src/main/java/java/nio/ |
| D | SocketChannelImpl.java | 99 … public SocketChannelImpl(SelectorProvider selectorProvider, boolean connect) throws IOException { in SocketChannelImpl() 149 public boolean connect(SocketAddress socketAddress) throws IOException { in connect() method in SocketChannelImpl 505 public void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect() method in SocketChannelImpl.SocketAdapter
|