Class URI::SipUri
In: sipper/sip_headers/sipuri.rb
Parent: Object

Methods

Included Modules

SipLogger

Constants

ASSIGN = /=$/.freeze
COLON = /:/.freeze
SCOLON = /;/.freeze
AMP = /&/.freeze
QUES = /\?/.freeze
AT = /@/.freeze
EQL = /=/.freeze
DQ = /\"/.freeze

External Aliases

dup -> old_dup

Attributes

frozen_str  [RW] 
headers  [RW] 
host  [RW] 
password  [RW] 
port  [RW] 
proto  [RW] 
uri_params  [RW] 
user  [RW] 

Public Instance methods

sip:user:password@host:port;uri-parameters?headers

Protected Instance methods

[Validate]