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 at 0xb663d610>
|
|
username = <proton.PartDescriptor object at 0xb663d5b0>
|
Instance Variables | |
host = <proton.PartDescriptor object at 0xb663d5f0> Host name, ipv6 literal or ipv4 dotted quad. |
|
host_port Returns host:port |
|
password = <proton.PartDescriptor object at 0xb663d5d0> Password |
|
port Integer port. |
|
scheme = <proton.PartDescriptor object at 0xb663d590> 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 Sep 21 20:45:14 2015 | http://epydoc.sourceforge.net |