HomeSort by relevance Sort by last modified time
    Searched refs:bindAddress (Results 1 - 16 of 16) sorted by null

  /external/nist-sip/java/gov/nist/core/net/
DefaultNetworkLayer.java 70 InetAddress bindAddress) throws IOException {
71 return new ServerSocket(port, backlog, bindAddress);
99 InetAddress bindAddress) throws IOException {
101 port, backlog, bindAddress);
NetworkLayer.java 50 * comparable to "new java.net.ServerSocket(port,backlog,bindAddress);"
54 * @param bindAddress
58 InetAddress bindAddress) throws IOException;
66 * @param bindAddress
70 InetAddress bindAddress) throws IOException;
SslNetworkLayer.java 89 InetAddress bindAddress) throws IOException {
90 return new ServerSocket(port, backlog, bindAddress);
109 InetAddress bindAddress) throws IOException {
111 port, backlog, bindAddress);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
DatagramChannelTest.java 127 private void test_bind_any(InetAddress bindAddress) throws Exception {
129 dc.socket().bind(new InetSocketAddress(bindAddress, 0));
150 InetAddress bindAddress = getNonLoopbackNetworkInterfaceAddress(true /* ipv4 */);
151 test_bind(bindAddress);
155 InetAddress bindAddress = getNonLoopbackNetworkInterfaceAddress(false /* ipv4 */);
156 test_bind(bindAddress);
159 private void test_bind(InetAddress bindAddress) throws IOException {
161 dc.socket().bind(new InetSocketAddress(bindAddress, 0));
164 assertEquals(bindAddress, actualAddress.getAddress());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
ServerSocketChannelTest.java 170 InetSocketAddress bindAddress = new InetSocketAddress("localhost", address.getPort());
171 ssc.socket().bind(bindAddress);
174 assertEquals(bindAddress.getHostName(), boundAddress.getHostName());
175 assertEquals(bindAddress.getPort(), boundAddress.getPort());
DatagramChannelTest.java     [all...]
SocketChannelTest.java 200 InetSocketAddress bindAddress = new InetSocketAddress("localhost", address.getPort());
203 channel1.socket().bind(bindAddress);
206 assertEquals(bindAddress.getHostName(), boundAddress.getHostName());
207 assertEquals(bindAddress.getPort(), boundAddress.getPort());
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 124 milliseconds