libs-base/Documentation/gsdoc/NSHost.html

97 lines
2.3 KiB
HTML
Raw Normal View History

<html><head>
<title>NSHost</title>
</head>
<body>
<a href="NSFormatter.html">[Previous]</a>
<a href="Foundation.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: 0.1</p>
<p>Date: 28 February, 2000</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>
<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><a name="method-0">currentHost</a></h2>
+ (NSHost*) <b>currentHost</b><br>
<hr>
<h2><a name="method-1">flushHostCache</a></h2>
+ (void) <b>flushHostCache</b><br>
<hr>
<h2><a name="method-2">hostWithAddress:</a></h2>
+ (NSHost*) <b>hostWithAddress:</b> (NSString*)address<br>
<hr>
<h2><a name="method-3">hostWithName:</a></h2>
+ (NSHost*) <b>hostWithName:</b> (NSString*)name<br>
<hr>
<h2><a name="method-4">isHostCacheEnabled</a></h2>
+ (BOOL) <b>isHostCacheEnabled</b><br>
<hr>
<h2><a name="method-5">setHostCacheEnabled:</a></h2>
+ (void) <b>setHostCacheEnabled:</b> (BOOL)flag<br>
<hr>
<h2><a name="method-6">address</a></h2>
- (NSString*) <b>address</b><br>
<hr>
<h2><a name="method-7">addresses</a></h2>
- (NSArray*) <b>addresses</b><br>
<hr>
<h2><a name="method-8">isEqualToHost:</a></h2>
- (BOOL) <b>isEqualToHost:</b> (NSHost*)aHost<br>
<hr>
<h2><a name="method-9">name</a></h2>
- (NSString*) <b>name</b><br>
<hr>
<h2><a name="method-10">names</a></h2>
- (NSArray*) <b>names</b><br>
<hr>
</body>
</html>