libs-base/Documentation/gsdoc/NSHost.html
CaS 0a86bba7b0 Documentation regeneration and XML parsing fixes/updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
2001-04-25 14:19:57 +00:00

101 lines
2.5 KiB
HTML

<html><head>
<title>NSHost</title>
</head>
<body>
<a href ="NSFormatter.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSInvocation.html">[Next] </a>
<h1>NSHost</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSHost</a></h2>
<h2><a name ="NSHost">NSHost</a></h2>
<p><b>Declared in: </b> Foundation/NSHost.h</p>
<p><b>Inherits from: </b> NSObject</p>
<p><b>Conforms to: </b> NSObject
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li ><a href ="NSHost.html#method-0">+currentHost</a>
<li ><a href ="NSHost.html#method-1">+flushHostCache</a>
<li ><a href ="NSHost.html#method-2">+hostWithAddress:</a>
<li ><a href ="NSHost.html#method-3">+hostWithName:</a>
<li ><a href ="NSHost.html#method-4">+isHostCacheEnabled</a>
<li ><a href ="NSHost.html#method-5">+setHostCacheEnabled:</a>
<li ><a href ="NSHost.html#method-6">-address</a>
<li ><a href ="NSHost.html#method-7">-addresses</a>
<li ><a href ="NSHost.html#method-8">-isEqualToHost:</a>
<li ><a href ="NSHost.html#method-9">-name</a>
<li ><a href ="NSHost.html#method-10">-names</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">currentHost</a></h3>
+ (NSHost*) <b>currentHost</b>;<br>
<hr>
<h3><a name ="method-1">flushHostCache</a></h3>
+ (void) <b>flushHostCache</b>;<br>
<hr>
<h3><a name ="method-2">hostWithAddress:</a></h3>
+ (NSHost*) <b>hostWithAddress:</b> (NSString*)address;<br>
<hr>
<h3><a name ="method-3">hostWithName:</a></h3>
+ (NSHost*) <b>hostWithName:</b> (NSString*)name;<br>
<hr>
<h3><a name ="method-4">isHostCacheEnabled</a></h3>
+ (BOOL) <b>isHostCacheEnabled</b>;<br>
<hr>
<h3><a name ="method-5">setHostCacheEnabled:</a></h3>
+ (void) <b>setHostCacheEnabled:</b> (BOOL)flag;<br>
<hr>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-6">address</a></h3>
- (NSString*) <b>address</b>;<br>
<hr>
<h3><a name ="method-7">addresses</a></h3>
- (NSArray*) <b>addresses</b>;<br>
<hr>
<h3><a name ="method-8">isEqualToHost:</a></h3>
- (BOOL) <b>isEqualToHost:</b> (NSHost*)aHost;<br>
<hr>
<h3><a name ="method-9">name</a></h3>
- (NSString*) <b>name</b>;<br>
<hr>
<h3><a name ="method-10">names</a></h3>
- (NSArray*) <b>names</b>;<br>
<hr>
</body>
</html>