Squeak Class Documentation category index | class index  
 
HTTPLoader
  category: Framework-Download
  superclass: Object
  subclasses:

No comment. Sorry.

instance methods
  initialize/release
  initialize
release

  private
  addRequest:
maxNrOfConnections
nextRequest
removeProcess:
removeRequest:
startDownload

  requests
  abort
retrieveContentsFor:
retrieveObjectsFor:

class methods
  accessing
  default
httpRequestClass

  class initialization
  initialize

  instance creation
  new

instance methods
  initialize/release top  
 

initialize


 

release

Remove references to objects that may refer to the receiver. This message
should be overridden by subclasses with any cycles, in which case the
subclass should also include the expression super release.


  private top  
 

addRequest:


 

maxNrOfConnections


 

nextRequest


 

removeProcess:


 

removeRequest:


 

startDownload


  requests top  
 

abort

Abort all requests


 

retrieveContentsFor:


 

retrieveObjectsFor:

Load a remote image segment and extract the root objects.
Check if the remote file is a zip archive.


class methods
  accessing top  
 

default


 

httpRequestClass


  class initialization top  
 

initialize

HTTPLoader initialize


  instance creation top  
 

new

Answer a new instance of the receiver (which is a class) with no indexable variables. Fail if the class is indexable.