Class: OverSIP::SIP::IPv6UdpServer
- Inherits:
-
UdpConnection
- Object
- EM::Connection
- Connection
- UdpConnection
- OverSIP::SIP::IPv6UdpServer
- Defined in:
- lib/oversip/sip/listeners/ipv6_udp_server.rb
Constant Summary collapse
- LOG_ID =
"SIP UDP IPv6 server"
Constants included from MessageProcessor
Instance Attribute Summary
Attributes inherited from Connection
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
fg_system_msg2str, load_methods
Constructor Details
This class inherits a constructor from OverSIP::SIP::Connection
Instance Method Details
#log_id ⇒ Object
15 16 17 |
# File 'lib/oversip/sip/listeners/ipv6_udp_server.rb', line 15 def log_id LOG_ID end |