Home
last modified time | relevance | path

Searched refs:getInetAddress (Results 1 – 25 of 28) sorted by relevance

12

/external/jmdns/src/javax/jmdns/impl/
DHostInfo.java139 public InetAddress getInetAddress() { in getInetAddress() method in HostInfo
144 if (this.getInetAddress() instanceof Inet4Address) { in getInet4Address()
151 if (this.getInetAddress() instanceof Inet6Address) { in getInet6Address()
179 if (this.getInetAddress() != null) { in shouldIgnorePacket()
182 if (from.isLinkLocalAddress() && (!this.getInetAddress().isLinkLocalAddress())) { in shouldIgnorePacket()
189 if (from.isLoopbackAddress() && (!this.getInetAddress().isLoopbackAddress())) { in shouldIgnorePacket()
211 …if ((this.getInetAddress() instanceof Inet4Address) || ((this.getInetAddress() instanceof Inet6Add… in getDNS4AddressRecord()
212 …DNSRecord.IPv4Address(this.getName(), DNSRecordClass.CLASS_IN, unique, ttl, this.getInetAddress()); in getDNS4AddressRecord()
218 if (this.getInetAddress() instanceof Inet6Address) { in getDNS6AddressRecord()
219 …DNSRecord.IPv6Address(this.getName(), DNSRecordClass.CLASS_IN, unique, ttl, this.getInetAddress()); in getDNS6AddressRecord()
[all …]
DNetworkTopologyEventImpl.java56 public InetAddress getInetAddress() { in getInetAddress() method in NetworkTopologyEventImpl
65 buf.append(this.getInetAddress()); in toString()
79 return new NetworkTopologyEventImpl(getDNS(), getInetAddress()); in clone()
DJmmDNSImpl.java147 result.add(mDNS.getInetAddress()); in getInetAddresses()
491 InetAddress address = event.getInetAddress(); in inetAddressAdded()
521 InetAddress address = event.getInetAddress(); in inetAddressRemoved()
DDNSQuestion.java106 InetAddress address = jmDNSImpl.getLocalHost().getInetAddress(); in addAnswers()
DServiceInfoImpl.java502 return this.getInetAddress(); in getAddress()
510 public InetAddress getInetAddress() { in getInetAddress() method in ServiceInfoImpl
DJmDNSImpl.java443 if (hostInfo.getInetAddress() instanceof Inet6Address) { in openMulticastSocket()
693 public InetAddress getInetAddress() throws IOException { in getInetAddress() method in JmDNSImpl
694 return _localHost.getInetAddress(); in getInetAddress()
/external/nist-sip/java/gov/nist/core/
DHostPort.java143 public InetAddress getInetAddress() throws java.net.UnknownHostException { in getInetAddress() method in HostPort
147 return host.getInetAddress(); in getInetAddress()
DHost.java267 public InetAddress getInetAddress() throws java.net.UnknownHostException { in getInetAddress() method in Host
/external/jmdns/src/javax/jmdns/
DNetworkTopologyEvent.java43 public abstract InetAddress getInetAddress(); in getInetAddress() method in NetworkTopologyEvent
DJmDNS.java161 public abstract InetAddress getInetAddress() throws IOException; in getInetAddress() method in JmDNS
DServiceInfo.java486 public abstract InetAddress getInetAddress(); in getInetAddress() method in ServiceInfo
/external/nist-sip/java/gov/nist/javax/sip/stack/
DTCPMessageProcessor.java99 super.setIpAddress(sock.getInetAddress()); in start()
220 TCPMessageChannel retval = new TCPMessageChannel(targetHostPort.getInetAddress(), in createMessageChannel()
DTLSMessageChannel.java142 peerAddress = mySock.getInetAddress(); in TLSMessageChannel()
416 this.peerAddress = mySock.getInetAddress(); in processMessage()
438 String key = IOHandler.makeKey(mySock.getInetAddress(), this.peerPort); in processMessage()
DTCPMessageChannel.java127 peerAddress = mySock.getInetAddress(); in TCPMessageChannel()
440 this.peerAddress = mySock.getInetAddress(); in processMessage()
468 String key = IOHandler.makeKey(mySock.getInetAddress(), remotePort); in processMessage()
DUDPMessageProcessor.java311 return new UDPMessageChannel(targetHostPort.getInetAddress(), in createMessageChannel()
DTLSMessageProcessor.java236 TLSMessageChannel retval = new TLSMessageChannel(targetHostPort.getInetAddress(), in createMessageChannel()
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/channel/
DLocalAcceptThread.java82 …cn = cm.openDirectTCPIPChannel(host_to_connect, port_to_connect, s.getInetAddress().getHostAddress… in run()
/external/apache-http/src/org/apache/http/impl/
DSocketHttpServerConnection.java138 return this.socket.getInetAddress(); in getRemoteAddress()
DSocketHttpClientConnection.java140 return this.socket.getInetAddress(); in getRemoteAddress()
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
DSpdyServer.java65 (SSLSocket) sslSocketFactory.createSocket(socket, socket.getInetAddress().getHostAddress(), in doSsl()
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DMockWebServer.java280 raw, raw.getInetAddress().getHostAddress(), raw.getPort(), true); in serveConnection()
370 raw, raw.getInetAddress().getHostAddress(), raw.getPort(), true); in processHandshakeFailure()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DSocketTest.java82 host = socket.getInetAddress().getHostName(); in run()
664 assertTrue("Returned incorrect InetAdrees", client.getInetAddress() in test_getInetAddress()
1023 .getInetAddress(), server.getLocalPort()); in test_isBound()
1102 .getInetAddress(), server.getLocalPort()); in test_isConnected()
DDatagramSocketTest.java144 assertEquals("Incorrect InetAddress", inetAddress, ds.getInetAddress()); in test_connectLjava_net_InetAddressI()
152 assertTrue("Incorrect InetAddress", ds.getInetAddress().equals(inetAddress)); in test_connectLjava_net_InetAddressI()
440 assertNull("Incorrect InetAddress", ds.getInetAddress()); in test_disconnect()
447 assertNull("Incorrect InetAddress", ds.getInetAddress()); in test_disconnect()
/external/javassist/src/main/javassist/tools/web/
DWebserver.java191 logging(clnt.getInetAddress().getHostName(), in process()
/external/okhttp/src/test/java/com/squareup/okhttp/internal/mockspdyserver/
DMockSpdyServer.java184 socket.getInetAddress().getHostAddress(), socket.getPort(), true); in doSsl()

12