Home
last modified time | relevance | path

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

123

/libcore/ojluni/src/main/java/sun/nio/ch/
DFileDescriptorHolderSocketImpl.java62 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
DDatagramSocketAdaptor.java97 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
DSocketAdaptor.java78 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/
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.java334 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
DSocketTest.java210 @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/
DSocketImplTest.java104 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
DServerSocketTest.java924 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/
DHandler.java39 @Override public void connect() throws IOException { in connect() method in Handler.HandlerURLConnection
/libcore/ojluni/src/main/java/java/net/
DSocketImpl.java90 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
DAbstractPlainSocketImpl.java117 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/
DDriver.java81 Connection connect(String url, java.util.Properties info) in connect() method
/libcore/ojluni/src/main/java/java/io/
DPipedOutputStream.java96 public synchronized void connect(PipedInputStream snk) throws IOException { in connect() method in PipedOutputStream
DPipedWriter.java91 public synchronized void connect(PipedReader snk) throws IOException { in connect() method in PipedWriter
DPipedReader.java162 public void connect(PipedWriter src) throws IOException { in connect() method in PipedReader
/libcore/ojluni/src/main/java/java/util/logging/
DSocketHandler.java159 private void connect() throws IOException { in connect() method in SocketHandler
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLEnginePair.java64 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
DTestSSLSocketPair.java71 public static SSLSocket[] connect (final TestSSLContext context, in connect() method in TestSSLSocketPair
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
DURLConnectionTest.java175 public void connect() { in connect() method in URLConnectionTest.MockURLConnection
/libcore/ojluni/src/main/java/java/nio/channels/
DAsynchronousSocketChannel.java324 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
DDatagramChannel.java297 public abstract DatagramChannel connect(SocketAddress remote) in connect() method in DatagramChannel
DSocketChannel.java389 public abstract boolean connect(SocketAddress remote) throws IOException; in connect() method in SocketChannel
/libcore/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java140 public void connect() throws IOException { in connect() method in ClassPathURLStreamHandler.ClassPathURLConnection
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockSocketChannel.java52 public boolean connect(SocketAddress arg0) throws IOException { in connect() method in MockSocketChannel
/libcore/ojluni/src/main/java/sun/net/www/protocol/file/
DFileURLConnection.java78 public void connect() throws IOException { in connect() method in FileURLConnection

123