| /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 | 343 protected void connect(String arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl 346 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl 349 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl
|
| D | SocketTest.java | 186 @Override protected void connect(String arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl 187 @Override protected void connect(InetAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl 188 @Override protected void connect(SocketAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
|
| /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/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 | 157 protected void connect(String aHost, int aPort) throws IOException { in connect() method in PlainSocketImpl 162 protected void connect(InetAddress anAddr, int aPort) throws IOException { in connect() method in PlainSocketImpl 178 private void connect(InetAddress anAddr, int aPort, int timeout) throws IOException { in connect() method in PlainSocketImpl 454 protected void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect() method in PlainSocketImpl
|
| D | DatagramSocket.java | 506 public void connect(SocketAddress peer) throws SocketException { in connect() method in DatagramSocket 553 public void connect(InetAddress address, int port) { in connect() method in DatagramSocket
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
| D | SocketImplTest.java | 98 protected void connect(String host, int port) throws IOException { in connect() method in SocketImplTest.MockSocketImpl 101 protected void connect(InetAddress address, int port) in connect() method in SocketImplTest.MockSocketImpl 126 protected void connect(SocketAddress remoteAddr, int timeout) in connect() method in SocketImplTest.MockSocketImpl
|
| D | ServerSocketTest.java | 882 protected void connect(String arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl 886 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl 890 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl
|
| /libcore/luni/src/main/java/java/sql/ |
| D | Driver.java | 66 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 | 84 public void connect(PipedReader reader) throws IOException { in connect() method in PipedWriter
|
| D | PipedInputStream.java | 171 public void connect(PipedOutputStream src) throws IOException { in connect() method in PipedInputStream
|
| D | PipedReader.java | 155 public void connect(PipedWriter src) throws IOException { in connect() method in PipedReader
|
| /libcore/support/src/test/java/libcore/javax/net/ssl/ |
| D | TestSSLEnginePair.java | 59 public static SSLEngine[] connect(TestSSLContext c, Hooks hooks) throws IOException { in connect() method in TestSSLEnginePair 70 public static SSLEngine[] connect(final TestSSLContext c, in connect() method in TestSSLEnginePair
|
| D | TestSSLSocketPair.java | 71 public static SSLSocket[] connect (final TestSSLContext context, in connect() method in TestSSLSocketPair
|
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
| D | URLConnectionTest.java | 179 public void connect() { in connect() method in URLConnectionTest.MockURLConnection
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
| D | MockSocketChannel.java | 49 public boolean connect(SocketAddress arg0) throws IOException { in connect() method in MockSocketChannel
|
| D | MockDatagramChannel.java | 44 public DatagramChannel connect(SocketAddress arg0) throws IOException { in connect() method in MockDatagramChannel
|
| /libcore/luni/src/main/java/java/nio/channels/ |
| D | SocketChannel.java | 198 public abstract boolean connect(SocketAddress address) throws IOException; in connect() method in SocketChannel
|
| D | DatagramChannel.java | 130 public abstract DatagramChannel connect(SocketAddress address) in connect() method in DatagramChannel
|
| /libcore/luni/src/main/java/java/nio/ |
| D | DatagramChannelImpl.java | 139 synchronized public DatagramChannel connect(SocketAddress address) throws IOException { in connect() method in DatagramChannelImpl 564 public void connect(SocketAddress peer) throws SocketException { in connect() method in DatagramChannelImpl.DatagramSocketAdapter 580 public void connect(InetAddress address, int port) { in connect() method in DatagramChannelImpl.DatagramSocketAdapter
|
| D | SocketChannelImpl.java | 102 … public SocketChannelImpl(SelectorProvider selectorProvider, boolean connect) throws IOException { in SocketChannelImpl() 175 public boolean connect(SocketAddress socketAddress) throws IOException { in connect() method in SocketChannelImpl 530 public void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect() method in SocketChannelImpl.SocketAdapter
|
| /libcore/luni/src/main/java/libcore/net/url/ |
| D | FileURLConnection.java | 112 public void connect() throws IOException { in connect() method in FileURLConnection
|
| D | JarURLConnectionImpl.java | 80 public void connect() throws IOException { in connect() method in JarURLConnectionImpl
|