Class Qpid::Proton::URL
In: lib/core/url.rb
Parent: Object

@deprecated use {URI} or {String}

Methods

new   port   port=   to_s   to_str  

Included Modules

Util::Deprecation

External Aliases

username -> user

Attributes

host  [R] 
password  [R] 
path  [R] 
scheme  [R] 
username  [R] 

Public Class methods

Parse a string, return a new URL @param url [to_s] the URL string

Public Instance methods

@return [String] Convert to string

to_str()

Alias for to_s

[Validate]