Home
last modified time | relevance | path

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

12

/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.java343 protected void connect(String arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl
346 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl
349 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java186 @Override protected void connect(String arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
187 @Override protected void connect(InetAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
188 @Override protected void connect(SocketAddress arg0, int arg1) throws IOException { } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
/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/luni/src/main/java/java/net/
DSocketImpl.java107 protected abstract void connect(String host, int port) throws IOException; in connect() method in SocketImpl
120 protected abstract void connect(InetAddress address, int port) in connect() method in SocketImpl
262 protected abstract void connect(SocketAddress remoteAddr, int timeout) throws IOException; in connect() method in SocketImpl
DPlainSocketImpl.java157 protected void connect(String aHost, int aPort) throws IOException { in connect() method in PlainSocketImpl
162 protected void connect(InetAddress anAddr, int aPort) throws IOException { in connect() method in PlainSocketImpl
178 private void connect(InetAddress anAddr, int aPort, int timeout) throws IOException { in connect() method in PlainSocketImpl
454 protected void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect() method in PlainSocketImpl
DDatagramSocket.java506 public void connect(SocketAddress peer) throws SocketException { in connect() method in DatagramSocket
553 public void connect(InetAddress address, int port) { in connect() method in DatagramSocket
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java98 protected void connect(String host, int port) throws IOException { in connect() method in SocketImplTest.MockSocketImpl
101 protected void connect(InetAddress address, int port) in connect() method in SocketImplTest.MockSocketImpl
126 protected void connect(SocketAddress remoteAddr, int timeout) in connect() method in SocketImplTest.MockSocketImpl
DServerSocketTest.java882 protected void connect(String arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl
886 protected void connect(InetAddress arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl
890 protected void connect(SocketAddress arg0, int arg1) throws IOException { in connect() method in ServerSocketTest.MockSocketImpl
/libcore/luni/src/main/java/java/sql/
DDriver.java66 public Connection connect(String url, Properties info) throws SQLException; in connect() method
/libcore/luni/src/main/java/java/io/
DPipedOutputStream.java82 public void connect(PipedInputStream stream) throws IOException { in connect() method in PipedOutputStream
DPipedWriter.java84 public void connect(PipedReader reader) throws IOException { in connect() method in PipedWriter
DPipedInputStream.java171 public void connect(PipedOutputStream src) throws IOException { in connect() method in PipedInputStream
DPipedReader.java155 public void connect(PipedWriter src) throws IOException { in connect() method in PipedReader
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLEnginePair.java59 public static SSLEngine[] connect(TestSSLContext c, Hooks hooks) throws IOException { in connect() method in TestSSLEnginePair
70 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.java179 public void connect() { in connect() method in URLConnectionTest.MockURLConnection
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockSocketChannel.java49 public boolean connect(SocketAddress arg0) throws IOException { in connect() method in MockSocketChannel
DMockDatagramChannel.java44 public DatagramChannel connect(SocketAddress arg0) throws IOException { in connect() method in MockDatagramChannel
/libcore/luni/src/main/java/java/nio/channels/
DSocketChannel.java198 public abstract boolean connect(SocketAddress address) throws IOException; in connect() method in SocketChannel
DDatagramChannel.java130 public abstract DatagramChannel connect(SocketAddress address) in connect() method in DatagramChannel
/libcore/luni/src/main/java/java/nio/
DDatagramChannelImpl.java139 synchronized public DatagramChannel connect(SocketAddress address) throws IOException { in connect() method in DatagramChannelImpl
564 public void connect(SocketAddress peer) throws SocketException { in connect() method in DatagramChannelImpl.DatagramSocketAdapter
580 public void connect(InetAddress address, int port) { in connect() method in DatagramChannelImpl.DatagramSocketAdapter
DSocketChannelImpl.java102 … public SocketChannelImpl(SelectorProvider selectorProvider, boolean connect) throws IOException { in SocketChannelImpl()
175 public boolean connect(SocketAddress socketAddress) throws IOException { in connect() method in SocketChannelImpl
530 public void connect(SocketAddress remoteAddr, int timeout) throws IOException { in connect() method in SocketChannelImpl.SocketAdapter
/libcore/luni/src/main/java/libcore/net/url/
DFileURLConnection.java112 public void connect() throws IOException { in connect() method in FileURLConnection
DJarURLConnectionImpl.java80 public void connect() throws IOException { in connect() method in JarURLConnectionImpl

12