Class OverSIP::SIP::RFC3263::Target
NEW in 1.3.x
An instance of OverSIP::SIP::RFC3263::Target contains the information of a single SIP target after RFC 3263 procedures. That information includes the transport, the destination IP and the destination port.
Class instance methods
transport
Returns the transport of the target (:udp, :tcp or :tls Symbols).
ip
Returns the destination IP (String) of the target.
ip_type
Returns the destination IP family of the target (:ipv4 or :ipv6 Symbols).
port
Returns the destination port (Fixnum) of the target.