| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
Url
Simple URL parser/constructor, handles URLs of the form:
<scheme>://<user>:<password>@<host>:<port>/<path>
All components can be None if not specifeid in the URL string.
The port can be specified as a service name, e.g. 'amqp' in the URL string but Url.port always gives the integer value.
| Nested Classes | |
| PartDescriptor | |
|
Port An integer port number that can be constructed from a service name string |
|
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
AMQP =
|
|
AMQPS =
|
|
path = <proton.PartDescriptor object>
|
|
username = <proton.PartDescriptor object>
|
|
| Instance Variables | |
host = <proton.PartDescriptor object>Host name, ipv6 literal or ipv4 dotted quad. |
|
|
host_port Returns host:port |
|
password = <proton.PartDescriptor object>Password |
|
|
port Integer port. |
|
scheme = <proton.PartDescriptor object>Url scheme e.g. |
|
|
user Username |
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
str(x)
|
Fill in missing values (scheme, host or port) with defaults
|
| Instance Variable Details |
schemeUrl scheme e.g. 'amqp' or 'amqps'
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 4 09:18:57 2016 | http://epydoc.sourceforge.net |