Home
last modified time | relevance | path

Searched refs:_localHost (Results 1 – 1 of 1) sorted by relevance

/external/jmdns/src/javax/jmdns/impl/
DJmDNSImpl.java303 private HostInfo _localHost; field in JmDNSImpl
407 _localHost = HostInfo.newHostInfo(address, this, name); in JmDNSImpl()
408 _name = (name != null ? name : _localHost.getName()); in JmDNSImpl()
516 return this._localHost.advanceState(task); in advanceState()
524 return this._localHost.revertState(); in revertState()
532 return this._localHost.cancelState(); in cancelState()
540 return this._localHost.closeState(); in closeState()
548 return this._localHost.recoverState(); in recoverState()
564 this._localHost.associateWithTask(task, state); in associateWithTask()
572 this._localHost.removeAssociationWithTask(task); in removeAssociationWithTask()
[all …]