Class: OverSIP::SIP::IPv4TlsTunnelServer

Inherits:
TlsTunnelServer show all
Defined in:
lib/oversip/sip/listeners/ipv4_tls_tunnel_server.rb

Constant Summary collapse

LOG_ID =
"SIP TLS-Tunnel IPv4 server"

Constants inherited from TlsTunnelConnection

TlsTunnelConnection::HEADERS_MAX_SIZE

Constants inherited from TcpConnection

TcpConnection::HEADERS_MAX_SIZE

Constants included from MessageProcessor

MessageProcessor::MSG_TYPE

Instance Attribute Summary

Attributes inherited from TlsTunnelServer

#outbound_flow_token

Attributes inherited from Connection

#cvars

Instance Method Summary collapse

Methods inherited from TlsTunnelServer

#post_connection, #remote_desc, #unbind

Methods inherited from TlsTunnelConnection

#parse_haproxy_protocol, #process_received_data

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

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



16
17
18
# File 'lib/oversip/sip/listeners/ipv4_tls_tunnel_server.rb', line 16

def log_id
  LOG_ID
end