Lines Matching defs:transport
49 import pkg.client.transport.engine as engine
50 import pkg.client.transport.exception as tx
51 import pkg.client.transport.mdetect as mdetect
52 import pkg.client.transport.repo as trepo
53 import pkg.client.transport.stats as tstats
73 """Contains configuration needed by the transport for proper
75 it to a transport instance when it is initialized. This is the base
89 # file needs to be uploaded for the transport.
318 # should be ok as transport will
335 # later when transport attempts to
346 "the transport.")
444 "the user agent for the transport.")
448 """A subclass of TransportCfg for use by transport clients that
516 doc="A string that identifies the user agent for the transport.")
519 """A decorator class that wraps transport functions, calling
541 TransportRepoURI objects, each representing a different transport path
542 to the given RepositoryURI, allowing the transport to eg. try all
553 """The generic transport wrapper object. Its public methods should
597 """Resets the transport. This needs to be done
600 transport and its associated components."""
621 """Shuts down any portions of the transport that can
643 catch transport exceptions that this object may generate."""
653 # Call setup if the transport isn't configured or was shutdown.
685 # rest of this transport, assign our
727 # If transport isn't connected to image, or no
751 """Check if transport should ignore network cache."""
775 InvalidContentException that the transport uses for content
850 # Call setup if the transport isn't configured or was shutdown.
891 # that occurred during the transport operation.
909 # out of the exception, so the transport
920 # If the transport gave up due to excessive
1097 that the transport handles retrieving and decompressing the
1101 should be specified for optimal transport performance.
1259 # If a transport exception occurs,
1329 # Call setup if the transport isn't configured or was shutdown.
1416 This method will not return transient transport errors,
1429 # Call setup if the transport isn't configured or was shutdown.
1554 # that occurred during the transport operation.
1576 # If the transport gave up due to excessive
1814 # that occurred during the transport operation.
1837 # If the transport gave up due to excessive
1907 # Call setup if the transport isn't configured or was shutdown.
2040 # Call setup if the transport isn't configured or was shutdown.
2045 # To utilize the transport engine, we need to pretend uri for
2046 # a crl is like a repo, because the transport engine has some
2097 # If the tmp_pth was deleted by transport engine or
2138 # Call setup if the transport isn't configured or was shutdown.
2153 # If a transport exception occurs,
2187 given a transport repo object."""
2201 """Download versions information for the transport
2243 lists of endpoints for transport operations, and to retry
2247 object. This is used to lookup a transport.Repo object.
2357 # transport error while
2388 # Special error case; no transport configuration
2409 # Call setup if the transport isn't configured or was shutdown.
2576 """Creates a MultiFile object for this transport.
2583 # Call setup if the transport isn't configured or was shutdown.
2607 """Creates a MultiFileNI object for this transport.
2614 # Call setup if the transport isn't configured or was shutdown.
2842 # Call setup if the transport isn't configured or was shutdown.
2877 # Call setup if the transport isn't configured or was shutdown.
2938 the transactions close. Not all transport methods
3036 # Call setup if transport isn't configured, or was shutdown.
3210 object kept by the transport, it should use this method
3245 # Call setup if transport isn't configured, or was shutdown.
3307 """A transport object for performing multiple simultaneous
3386 """A transport object for performing multi-file requests
3394 The transport object should be passed in xport."""
3495 """A transport object for performing multi-file requests
3507 The transport object should be passed in xport.
3656 # need to configure a transport and or publishers.
3661 """Given transport 'xport' and publisher configuration 'xport_cfg'
3726 """Initialize the transport and transport configuration. The caller
3727 must manipulate the transport configuration and add publishers