Class: OverSIP::SIP::IPv6TlsServer
- Inherits:
-
TlsServer
- Object
- EM::Connection
- Connection
- TcpConnection
- TcpServer
- TlsServer
- OverSIP::SIP::IPv6TlsServer
- Defined in:
- lib/oversip/sip/listeners/ipv6_tls_server.rb
Constant Summary collapse
- LOG_ID =
"SIP TLS IPv6 server"
Constants inherited from TlsServer
TlsServer::TLS_HANDSHAKE_MAX_TIME
Constants inherited from TcpConnection
TcpConnection::HEADERS_MAX_SIZE
Constants included from MessageProcessor
Instance Attribute Summary
Attributes inherited from TcpServer
Attributes inherited from Connection
Instance Method Summary collapse
Methods inherited from TlsServer
#post_init, #ssl_handshake_completed, #ssl_verify_peer, #unbind
Methods inherited from TcpServer
#post_connection, #remote_desc, #unbind
Methods inherited from TcpConnection
#get_body, #parse_headers, #process_received_data, #receive_data, #remote_ip, #remote_ip_type, #remote_port, #send_sip_msg
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
16 17 18 |
# File 'lib/oversip/sip/listeners/ipv6_tls_server.rb', line 16 def log_id LOG_ID end |