OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HostInfo
(Results
1 - 7
of
7
) sorted by null
/external/jmdns/src/javax/jmdns/impl/
HostInfo.java
28
*
HostInfo
information on the local host to be able to cope with change of addresses.
32
public class
HostInfo
implements DNSStatefulObject {
33
private static Logger logger = Logger.getLogger(
HostInfo
.class.getName());
64
* @return new
HostInfo
66
public static
HostInfo
newHostInfo(InetAddress address, JmDNSImpl dns, String jmdnsName) {
67
HostInfo
localhost = null;
104
localhost = new
HostInfo
(addr, aName, dns);
121
private
HostInfo
(final InetAddress address, final String name, final JmDNSImpl dns) {
JmDNSImpl.java
303
private
HostInfo
_localHost;
407
_localHost =
HostInfo
.newHostInfo(address, this, name);
441
private void openMulticastSocket(
HostInfo
hostInfo
) throws IOException {
443
if (
hostInfo
.getInetAddress() instanceof Inet6Address) {
453
if ((
hostInfo
!= null) && (
hostInfo
.getInterface() != null)) {
455
_socket.setNetworkInterface(
hostInfo
.getInterface());
685
public
HostInfo
getLocalHost() {
[
all
...]
ServiceInfoImpl.java
[
all
...]
/external/jarjar/lib/
apache-ant-1.9.4.jar
/external/owasp/sanitizer/tools/findbugs/lib/
ant.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
/prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar
Completed in 633 milliseconds