libs-base/Documentation/gsdoc/NSHost.html

102 lines
2.8 KiB
HTML
Raw Normal View History

<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: 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> <A HREF="NSObject.html#NSObject">NSObject</A></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>
+ (<A HREF="NSHost.html#NSHost">NSHost</A>*) <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>
+ (<A HREF="NSHost.html#NSHost">NSHost</A>*) <b>hostWithAddress:</b> (<A HREF="NSString.html#NSString">NSString</A>*)address;<br>
<hr>
<h3><a name="method-3">hostWithName:</a></h3>
+ (<A HREF="NSHost.html#NSHost">NSHost</A>*) <b>hostWithName:</b> (<A HREF="NSString.html#NSString">NSString</A>*)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>
- (<A HREF="NSString.html#NSString">NSString</A>*) <b>address</b>;<br>
<hr>
<h3><a name="method-7">addresses</a></h3>
- (<A HREF="NSArray.html#NSArray">NSArray</A>*) <b>addresses</b>;<br>
<hr>
<h3><a name="method-8">isEqualToHost:</a></h3>
- (BOOL) <b>isEqualToHost:</b> (<A HREF="NSHost.html#NSHost">NSHost</A>*)aHost;<br>
<hr>
<h3><a name="method-9">name</a></h3>
- (<A HREF="NSString.html#NSString">NSString</A>*) <b>name</b>;<br>
<hr>
<h3><a name="method-10">names</a></h3>
- (<A HREF="NSArray.html#NSArray">NSArray</A>*) <b>names</b>;<br>
<hr>
</body>
</html>