mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
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
This commit is contained in:
parent
5dbf5144be
commit
0a86bba7b0
84 changed files with 2028 additions and 1677 deletions
|
@ -2,9 +2,9 @@
|
|||
<title>NSURLHandle</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href ="NSURL.html">[Previous]</a>
|
||||
<a href ="Base.html">[Up]</a>
|
||||
<a href ="NSUnarchiver.html">[Next]</a>
|
||||
<a href ="NSURL.html">[Previous] </a>
|
||||
<a href ="Base.html">[Up] </a>
|
||||
<a href ="NSUnarchiver.html">[Next] </a>
|
||||
<h1>NSURLHandle</h1>
|
||||
<h3>Authors </h3>
|
||||
<dl>
|
||||
|
@ -44,11 +44,11 @@
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<li >
|
||||
<a href ="#GSFileURLHandle">GSFileURLHandle</a> for
|
||||
<code>file:</code> (local file I/O)
|
||||
|
||||
<li>
|
||||
<li >
|
||||
<a href ="#GSHTTPURLHandle">GSHTTPURLHandle</a> for
|
||||
<code>http</code> and <code>shttp</code> (webserver) access.
|
||||
|
||||
|
@ -60,29 +60,29 @@
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSURLHandle.html#method-0">+URLHandleClassForURL:</a>
|
||||
<li><a href ="NSURLHandle.html#method-1">+cachedHandleForURL:</a>
|
||||
<li><a href ="NSURLHandle.html#canInitWithURL:">+canInitWithURL:</a>
|
||||
<li><a href ="NSURLHandle.html#method-2">+registerURLHandleClass:</a>
|
||||
<li><a href ="NSURLHandle.html#method-3">-addClient:</a>
|
||||
<li><a href ="NSURLHandle.html#method-4">-availableResourceData</a>
|
||||
<li><a href ="NSURLHandle.html#method-5">-backgroundLoadDidFailWithReason:</a>
|
||||
<li><a href ="NSURLHandle.html#method-6">-beginLoadInBackground</a>
|
||||
<li><a href ="NSURLHandle.html#cancelLoadInBackground">-cancelLoadInBackground</a>
|
||||
<li><a href ="NSURLHandle.html#method-7">-didLoadBytes:loadComplete:</a>
|
||||
<li><a href ="NSURLHandle.html#endLoadInBackground">-endLoadInBackground</a>
|
||||
<li><a href ="NSURLHandle.html#method-8">-failureReason</a>
|
||||
<li><a href ="NSURLHandle.html#method-9">-flushCachedData</a>
|
||||
<li><a href ="NSURLHandle.html#method-10">-initWithURL:cached:</a>
|
||||
<li><a href ="NSURLHandle.html#method-11">-loadInBackground</a>
|
||||
<li><a href ="NSURLHandle.html#loadInForeground">-loadInForeground</a>
|
||||
<li><a href ="NSURLHandle.html#method-12">-propertyForKey:</a>
|
||||
<li><a href ="NSURLHandle.html#method-13">-propertyForKeyIfAvailable:</a>
|
||||
<li><a href ="NSURLHandle.html#method-14">-removeClient:</a>
|
||||
<li><a href ="NSURLHandle.html#method-15">-resourceData</a>
|
||||
<li><a href ="NSURLHandle.html#method-16">-status</a>
|
||||
<li><a href ="NSURLHandle.html#method-17">-writeData:</a>
|
||||
<li><a href ="NSURLHandle.html#method-18">-writeProperty:forKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-0">+URLHandleClassForURL:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-1">+cachedHandleForURL:</a>
|
||||
<li ><a href ="NSURLHandle.html#canInitWithURL:">+canInitWithURL:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-2">+registerURLHandleClass:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-3">-addClient:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-4">-availableResourceData</a>
|
||||
<li ><a href ="NSURLHandle.html#method-5">-backgroundLoadDidFailWithReason:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-6">-beginLoadInBackground</a>
|
||||
<li ><a href ="NSURLHandle.html#cancelLoadInBackground">-cancelLoadInBackground</a>
|
||||
<li ><a href ="NSURLHandle.html#method-7">-didLoadBytes:loadComplete:</a>
|
||||
<li ><a href ="NSURLHandle.html#endLoadInBackground">-endLoadInBackground</a>
|
||||
<li ><a href ="NSURLHandle.html#method-8">-failureReason</a>
|
||||
<li ><a href ="NSURLHandle.html#method-9">-flushCachedData</a>
|
||||
<li ><a href ="NSURLHandle.html#method-10">-initWithURL:cached:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-11">-loadInBackground</a>
|
||||
<li ><a href ="NSURLHandle.html#loadInForeground">-loadInForeground</a>
|
||||
<li ><a href ="NSURLHandle.html#method-12">-propertyForKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-13">-propertyForKeyIfAvailable:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-14">-removeClient:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-15">-resourceData</a>
|
||||
<li ><a href ="NSURLHandle.html#method-16">-status</a>
|
||||
<li ><a href ="NSURLHandle.html#method-17">-writeData:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-18">-writeProperty:forKey:</a>
|
||||
</ul>
|
||||
<hr><h2>Class Methods </h2>
|
||||
<h3><a name ="method-0">URLHandleClassForURL:</a></h3>
|
||||
|
@ -273,11 +273,11 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
|
||||
|
||||
<ul>
|
||||
<li><a href ="NSURLHandle.html#method-22">-URLHandle:resourceDidBecomeAvailable:</a>
|
||||
<li><a href ="NSURLHandle.html#method-23">-URLHandle:resourceDidFailLoadingWithReason:</a>
|
||||
<li><a href ="NSURLHandle.html#method-19">-URLHandleResourceDidBeginLoading:</a>
|
||||
<li><a href ="NSURLHandle.html#method-20">-URLHandleResourceDidCancelLoading:</a>
|
||||
<li><a href ="NSURLHandle.html#method-21">-URLHandleResourceDidFinishLoading:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-22">-URLHandle:resourceDidBecomeAvailable:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-23">-URLHandle:resourceDidFailLoadingWithReason:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-19">-URLHandleResourceDidBeginLoading:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-20">-URLHandleResourceDidCancelLoading:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-21">-URLHandleResourceDidFinishLoading:</a>
|
||||
</ul>
|
||||
<hr>
|
||||
<h3><a name ="method-19">URLHandleResourceDidBeginLoading:</a></h3>
|
||||
|
@ -323,10 +323,10 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
An NSURLHandleStatus is used to report the current state of an
|
||||
NSURLHandle object, it can take the following values -
|
||||
<ul>
|
||||
<li>NSURLHandleNotLoaded
|
||||
<li>NSURLHandleLoadSucceeded
|
||||
<li>NSURLHandleLoadInProgress
|
||||
<li>NSURLHandleLoadFailed
|
||||
<li >NSURLHandleNotLoaded
|
||||
<li >NSURLHandleLoadSucceeded
|
||||
<li >NSURLHandleLoadInProgress
|
||||
<li >NSURLHandleLoadFailed
|
||||
</ul>
|
||||
|
||||
|
||||
|
@ -357,9 +357,9 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSURLHandle.html#method-24">-propertyForKey:</a>
|
||||
<li><a href ="NSURLHandle.html#method-25">-writeData:</a>
|
||||
<li><a href ="NSURLHandle.html#method-26">-writeProperty:forKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-24">-propertyForKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-25">-writeData:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-26">-writeProperty:forKey:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-24">propertyForKey:</a></h3>
|
||||
|
@ -423,13 +423,13 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyStatusCodeKey - numeric status code
|
||||
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyStatusReasonKey - text describing status
|
||||
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyServerHTTPVersionKey - <code>http</code>
|
||||
version supported by remote server
|
||||
|
||||
|
@ -442,8 +442,8 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
</p>
|
||||
|
||||
<ul>
|
||||
<li>NSHTTPPropertyRedirectionHeadersKey
|
||||
<li>NSHTTPPropertyErrorPageDataKey
|
||||
<li >NSHTTPPropertyRedirectionHeadersKey
|
||||
<li >NSHTTPPropertyErrorPageDataKey
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
|
@ -492,9 +492,9 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
</ul>
|
||||
<h2>Methods </h2>
|
||||
<ul>
|
||||
<li><a href ="NSURLHandle.html#method-27">-propertyForKey:</a>
|
||||
<li><a href ="NSURLHandle.html#method-28">-writeData:</a>
|
||||
<li><a href ="NSURLHandle.html#GSHTTPURLHandle-writeProperty:forKey:">-writeProperty:forKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-27">-propertyForKey:</a>
|
||||
<li ><a href ="NSURLHandle.html#method-28">-writeData:</a>
|
||||
<li ><a href ="NSURLHandle.html#GSHTTPURLHandle-writeProperty:forKey:">-writeProperty:forKey:</a>
|
||||
</ul>
|
||||
<hr><h2>Instances Methods </h2>
|
||||
<h3><a name ="method-27">propertyForKey:</a></h3>
|
||||
|
@ -504,19 +504,19 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
request to the webserver, and get a page back. It then returns
|
||||
the property for the specified key -
|
||||
<ul>
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyStatusCodeKey - numeric status code returned
|
||||
by the last request.
|
||||
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyStatusReasonKey - text describing status of
|
||||
the last request
|
||||
|
||||
<li>
|
||||
<li >
|
||||
NSHTTPPropertyServerHTTPVersionKey - <code>http</code>
|
||||
version supported by remote server
|
||||
|
||||
<li>
|
||||
<li >
|
||||
Other keys are taken to be the names of <code>http</code>
|
||||
headers and the corresponding header value (or nil if there
|
||||
is none) is returned.
|
||||
|
@ -543,15 +543,15 @@ Your subclass <em>must </em> override this abstract method.<br>
|
|||
The property is set as a header in the next request, unless it is
|
||||
one of the following -
|
||||
<ul>
|
||||
<li>
|
||||
<li >
|
||||
GSHTTPPropertyMethodKey - override the default method of
|
||||
the request (eg. "PUT").
|
||||
|
||||
<li>
|
||||
<li >
|
||||
GSHTTPPropertyProxyHostKey - specify the name or IP address
|
||||
of a host to proxy through.
|
||||
|
||||
<li>
|
||||
<li >
|
||||
GSHTTPPropertyProxyPortKey - specify the port number to
|
||||
connect to on the proxy host. If not give, this defaults
|
||||
to 8080 for <code>http</code> and 4430 for <code>https</code>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue