Home
last modified time | relevance | path

Searched defs:connect (Results 1 – 25 of 60) 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.java81 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/
DSocketImpl.annotated.java39 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
DDatagramSocket.annotated.java48 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
DSocket.annotated.java58 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/
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.java209 @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/
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
/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.java147 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/
DSocketImpl.java40 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
DDatagramSocket.java79 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/
DDriver.java82 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
/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.java70 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
/libcore/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java126 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

123