Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 25 of 43) sorted by relevance

12

/libcore/luni/src/main/java/java/net/
DSocketImpl.java107 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
DPlainSocketImpl.java166 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
DDatagramSocket.java471 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
DDatagramSocketImpl.java253 protected void connect(InetAddress inetAddr, int port) in connect() method in DatagramSocketImpl
/libcore/luni/src/test/java/libcore/java/net/customstreamhandler/http/
DHandler.java39 @Override public void connect() throws IOException { in connect() method in Handler.HandlerURLConnection
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java137 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
DOldServerSocketTest.java350 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
DSocketTest.java155 @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/
DDriver.java70 public Connection connect(String url, Properties info) throws SQLException; in connect() method
/libcore/luni/src/main/java/java/io/
DPipedOutputStream.java82 public void connect(PipedInputStream stream) throws IOException { in connect() method in PipedOutputStream
DPipedWriter.java86 public void connect(PipedReader reader) throws IOException { in connect() method in PipedWriter
DPipedInputStream.java170 public void connect(PipedOutputStream src) throws IOException { in connect() method in PipedInputStream
DPipedReader.java154 public void connect(PipedWriter src) throws IOException { in connect() method in PipedReader
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DOpenSSLSocketImplWrapper.java43 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
DSSLSocketWrapper.java63 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
DSSLSocketImpl.java484 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/
DURLConnectionTest.java181 public void connect() { in connect() method in URLConnectionTest.MockURLConnection
/libcore/luni/src/main/java/libcore/net/url/
DFileURLConnection.java75 public void connect() throws IOException { in connect() method in FileURLConnection
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLSocketPair.java71 public static SSLSocket[] connect (final TestSSLContext context, in connect() method in TestSSLSocketPair
DTestSSLEnginePair.java61 public static SSLEngine[] connect(final TestSSLContext c, in connect() method in TestSSLEnginePair
/libcore/luni/src/main/java/libcore/net/http/
DHttpConnection.java89 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
DHttpsURLConnectionImpl.java163 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/
DSocketChannel.java190 public abstract boolean connect(SocketAddress address) throws IOException; in connect() method in SocketChannel
DDatagramChannel.java127 public abstract DatagramChannel connect(SocketAddress address) in connect() method in DatagramChannel
/libcore/luni/src/main/java/java/nio/
DSocketChannelImpl.java99 … 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

12