Class: OverSIP::SIP::IPv6UdpServer

Inherits:
UdpConnection show all
Defined in:
lib/oversip/sip/listeners/ipv6_udp_server.rb

Constant Summary collapse

LOG_ID =
"SIP UDP IPv6 server"

Constants included from MessageProcessor

MessageProcessor::MSG_TYPE

Instance Attribute Summary

Attributes inherited from Connection

#cvars

Instance Method Summary collapse

Methods inherited from UdpConnection

#parse_message, #receive_data, #send_sip_msg, #unbind

Methods inherited from Connection

#initialize, #open?, outbound_listener?, #receive_senderror, reliable_transport_listener?, #transport

Methods included from Logger

close, fg_system_msg2str, init_logger_mq, load_methods, syslog_system_msg2str, syslog_user_msg2str

Constructor Details

This class inherits a constructor from OverSIP::SIP::Connection

Instance Method Details

#log_idObject



15
16
17
# File 'lib/oversip/sip/listeners/ipv6_udp_server.rb', line 15

def log_id
  LOG_ID
end