/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 | 81 public void connect(SocketAddress remote) throws IOException { in connect() method in SocketAdaptor 85 public void connect(SocketAddress remote, int timeout) throws IOException { in connect() method in SocketAdaptor
|
/libcore/ojluni/annotations/mmodule/java/net/ |
D | SocketImpl.annotated.java | 39 protected abstract void connect(java.lang.String host, int port) throws java.io.IOException; in connect() method in SocketImpl 41 protected abstract void connect(java.net.InetAddress address, int port) throws java.io.IOException; in connect() method in SocketImpl 43 protected abstract void connect(java.net.SocketAddress address, int timeout) throws java.io.IOExcep… in connect() method in SocketImpl
|
D | DatagramSocket.annotated.java | 48 public void connect(java.net.InetAddress address, int port) { throw new RuntimeException("Stub!"); } in connect() method in DatagramSocket 50 public void connect(java.net.SocketAddress addr) throws java.net.SocketException { throw new Runtim… in connect() method in DatagramSocket
|
D | Socket.annotated.java | 58 public void connect(java.net.SocketAddress endpoint) throws java.io.IOException { throw new Runtime… in connect() method in Socket 60 public void connect(java.net.SocketAddress endpoint, int timeout) throws java.io.IOException { thro… in connect() method in Socket
|
/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 | 209 @Override protected void connect(String arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl 210 @Override protected void connect(InetAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl 211 @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
|
/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 | 147 protected void connect(String host, int port) in connect() method in AbstractPlainSocketImpl 176 protected void connect(InetAddress address, int port) throws IOException { in connect() method in AbstractPlainSocketImpl 200 protected void connect(SocketAddress address, int timeout) in connect() method in AbstractPlainSocketImpl
|
/libcore/ojluni/annotations/hiddenapi/java/net/ |
D | SocketImpl.java | 40 protected abstract void connect(java.lang.String host, int port) throws java.io.IOException; in connect() method in SocketImpl 42 protected abstract void connect(java.net.InetAddress address, int port) in connect() method in SocketImpl 45 protected abstract void connect(java.net.SocketAddress address, int timeout) in connect() method in SocketImpl
|
D | DatagramSocket.java | 79 public void connect(java.net.InetAddress address, int port) { in connect() method in DatagramSocket 83 public void connect(java.net.SocketAddress addr) throws java.net.SocketException { in connect() method in DatagramSocket
|
/libcore/ojluni/src/main/java/java/sql/ |
D | Driver.java | 82 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
|
/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 | 70 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
|
/libcore/luni/src/main/java/libcore/io/ |
D | ClassPathURLStreamHandler.java | 126 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
|