| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| D | FileDescriptorHolderSocketImpl.java | 62 protected void connect(String host, int port) throws IOException { in connect() method in FileDescriptorHolderSocketImpl 67 protected void connect(InetAddress address, int port) throws IOException { in connect() method in FileDescriptorHolderSocketImpl 72 protected void connect(SocketAddress address, int timeout) throws IOException { in connect() method in FileDescriptorHolderSocketImpl
|
| D | DatagramSocketAdaptor.java | 97 public void connect(InetAddress address, int port) { in connect() method in DatagramSocketAdaptor 105 public void connect(SocketAddress remote) throws SocketException { in connect() method in DatagramSocketAdaptor
|
| D | SocketAdaptor.java | 78 public void connect(SocketAddress remote) throws IOException { in connect() method in SocketAdaptor 82 public void connect(SocketAddress remote, int timeout) throws IOException { in connect() method in SocketAdaptor
|
| /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 | 334 protected void connect(String arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl 337 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl 340 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl
|
| D | SocketTest.java | 210 @Override protected void connect(String arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl 211 @Override protected void connect(InetAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl 212 @Override protected void connect(SocketAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
| D | SocketImplTest.java | 104 protected void connect(String host, int port) throws IOException { in connect() method in SocketImplTest.MockSocketImpl 107 protected void connect(InetAddress address, int port) in connect() method in SocketImplTest.MockSocketImpl 132 protected void connect(SocketAddress remoteAddr, int timeout) in connect() method in SocketImplTest.MockSocketImpl
|
| D | ServerSocketTest.java | 924 protected void connect(String arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl 928 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl 932 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl
|
| /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/ojluni/src/main/java/java/net/ |
| D | SocketImpl.java | 90 protected abstract void connect(String host, int port) throws IOException; in connect() method in SocketImpl 100 protected abstract void connect(InetAddress address, int port) throws IOException; in connect() method in SocketImpl 113 protected abstract void connect(SocketAddress address, int timeout) throws IOException; in connect() method in SocketImpl
|
| D | AbstractPlainSocketImpl.java | 117 protected void connect(String host, int port) in connect() method in AbstractPlainSocketImpl 146 protected void connect(InetAddress address, int port) throws IOException { in connect() method in AbstractPlainSocketImpl 170 protected void connect(SocketAddress address, int timeout) in connect() method in AbstractPlainSocketImpl
|
| /libcore/ojluni/src/main/java/java/sql/ |
| D | Driver.java | 81 Connection connect(String url, java.util.Properties info) in connect() method
|
| /libcore/ojluni/src/main/java/java/io/ |
| D | PipedOutputStream.java | 96 public synchronized void connect(PipedInputStream snk) throws IOException { in connect() method in PipedOutputStream
|
| D | PipedWriter.java | 91 public synchronized void connect(PipedReader snk) throws IOException { in connect() method in PipedWriter
|
| D | PipedReader.java | 162 public void connect(PipedWriter src) throws IOException { in connect() method in PipedReader
|
| /libcore/ojluni/src/main/java/java/util/logging/ |
| D | SocketHandler.java | 159 private void connect() throws IOException { in connect() method in SocketHandler
|
| /libcore/support/src/test/java/libcore/javax/net/ssl/ |
| D | TestSSLEnginePair.java | 64 public static SSLEngine[] connect(TestSSLContext c, Hooks hooks) throws IOException { in connect() method in TestSSLEnginePair 75 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 | 175 public void connect() { in connect() method in URLConnectionTest.MockURLConnection
|
| /libcore/ojluni/src/main/java/java/nio/channels/ |
| D | AsynchronousSocketChannel.java | 324 public abstract <A> void connect(SocketAddress remote, in connect() method in AsynchronousSocketChannel 355 public abstract Future<Void> connect(SocketAddress remote); in connect() method in AsynchronousSocketChannel
|
| D | DatagramChannel.java | 297 public abstract DatagramChannel connect(SocketAddress remote) in connect() method in DatagramChannel
|
| D | SocketChannel.java | 389 public abstract boolean connect(SocketAddress remote) throws IOException; in connect() method in SocketChannel
|
| /libcore/luni/src/main/java/libcore/io/ |
| D | ClassPathURLStreamHandler.java | 140 public void connect() throws IOException { in connect() method in ClassPathURLStreamHandler.ClassPathURLConnection
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
| D | MockSocketChannel.java | 52 public boolean connect(SocketAddress arg0) throws IOException { in connect() method in MockSocketChannel
|
| /libcore/ojluni/src/main/java/sun/net/www/protocol/file/ |
| D | FileURLConnection.java | 78 public void connect() throws IOException { in connect() method in FileURLConnection
|