/dalvik/libcore/luni/src/test/java/tests/api/java/net/ |
D | SocketImplTest.java | 209 protected void connect(String host, int port) throws IOException { in connect() method in SocketImplTest.MockSocketImpl 212 protected void connect(InetAddress address, int port) throws IOException { in connect() method in SocketImplTest.MockSocketImpl 236 protected void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect() method in SocketImplTest.MockSocketImpl
|
D | SocketImplFactoryTest.java | 164 protected void connect(String arg0, int arg1) throws IOException { in connect() method in SocketImplFactoryTest.MockSocketImpl 169 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() method in SocketImplFactoryTest.MockSocketImpl 174 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() method in SocketImplFactoryTest.MockSocketImpl
|
D | ServerSocketTest.java | 1346 protected void connect(String arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl 1350 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl 1354 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl
|
D | DatagramSocketImplTest.java | 338 public void connect(InetAddress address, int port) throws SocketException { in connect() method in MockDatagramSocketImpl
|
/dalvik/libcore/luni/src/main/java/java/net/ |
D | SocketImpl.java | 148 protected abstract void connect(String host, int port) throws IOException; in connect() method in SocketImpl 162 protected abstract void connect(InetAddress address, int port) in connect() method in SocketImpl 401 protected abstract void connect(SocketAddress remoteAddr, int timeout) in connect() method in SocketImpl
|
D | DatagramSocket.java | 154 public void connect(InetAddress anAddress, int aPort) { in connect() method in DatagramSocket 675 public void connect(SocketAddress remoteAddr) throws SocketException { in connect() method in DatagramSocket
|
D | DatagramSocketImpl.java | 314 protected void connect(InetAddress inetAddr, int port) in connect() method in DatagramSocketImpl
|
D | Socket.java | 959 public void connect(SocketAddress remoteAddr) throws IOException { in connect() method in Socket 982 public void connect(SocketAddress remoteAddr, int timeout) in connect() method in Socket
|
/dalvik/libcore/sql/src/main/java/java/sql/ |
D | Driver.java | 75 public Connection connect(String url, Properties info) throws SQLException; in connect() method
|
/dalvik/libcore/luni/src/main/java/java/io/ |
D | PipedOutputStream.java | 92 public void connect(PipedInputStream stream) throws IOException { in connect() method in PipedOutputStream
|
D | PipedWriter.java | 99 public void connect(PipedReader stream) throws IOException { in connect() method in PipedWriter
|
D | PipedInputStream.java | 144 public void connect(PipedOutputStream src) throws IOException { in connect() method in PipedInputStream
|
D | PipedReader.java | 123 public void connect(PipedWriter src) throws IOException { in connect() method in PipedReader
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
D | OpenSSLSocketImplWrapper.java | 41 public void connect(SocketAddress sockaddr, int timeout) in connect() method in OpenSSLSocketImplWrapper 46 public void connect(SocketAddress sockaddr) throws IOException { in connect() method in OpenSSLSocketImplWrapper
|
/dalvik/libcore/sql/src/main/java/SQLite/ |
D | JDBCDriver.java | 67 public Connection connect(String url, Properties info) in connect() method in JDBCDriver
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/file/ |
D | FileURLConnection.java | 84 public void connect() throws IOException { in connect() method in FileURLConnection
|
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/ |
D | MockSocketChannel.java | 45 public boolean connect(SocketAddress arg0) throws IOException { in connect() method in MockSocketChannel
|
D | MockDatagramChannel.java | 41 public DatagramChannel connect(SocketAddress arg0) throws IOException { in connect() method in MockDatagramChannel
|
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/ |
D | TestHelper_Driver1.java | 76 public Connection connect(String url, Properties info) throws SQLException { in connect() method in TestHelper_Driver1
|
D | TestHelper_Driver4.java | 74 public Connection connect(String url, Properties info) throws SQLException { in connect() method in TestHelper_Driver4
|
/dalvik/libcore/nio/src/main/java/java/nio/channels/ |
D | SocketChannel.java | 218 public abstract boolean connect(SocketAddress address) throws IOException; in connect() method in SocketChannel
|
D | DatagramChannel.java | 148 public abstract DatagramChannel connect(SocketAddress address) in connect() method in DatagramChannel
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/ |
D | URLConnectionTest.java | 246 public void connect() { in connect() method in URLConnectionTest.MockURLConnection
|
D | HttpURLConnectionTest.java | 903 public void connect() throws IOException { in connect() method in HttpURLConnectionTest.MyHttpURLConnection 1106 public void connect() throws IOException { in connect() method in HttpURLConnectionTest.MockHttpConnection
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/https/ |
D | HttpsURLConnection.java | 150 public void connect() throws IOException { in connect() method in HttpsURLConnection 368 public void connect() throws IOException { in connect() method in HttpsURLConnection.HttpsEngine
|