Class: OverSIP::WebSocket::IPv4WssServer

Inherits:
WssServer show all
Defined in:
lib/oversip/websocket/listeners/ipv4_wss_server.rb

Constant Summary collapse

LOG_ID =
"SIP WSS IPv4 server"

Constants inherited from WssServer

WssServer::TLS_HANDSHAKE_MAX_TIME

Constants inherited from WsServer

WsServer::HDR_SUPPORTED_WEBSOCKET_VERSIONS, WsServer::HEADERS_MAX_SIZE, WsServer::WS_MAGIC_GUID_04, WsServer::WS_VERSIONS

Constants included from SIP::MessageProcessor

SIP::MessageProcessor::MSG_TYPE

Instance Attribute Summary

Attributes inherited from WsServer

#client_closed, #outbound_flow_token, #ws_established

Attributes inherited from Connection

#cvars

Instance Method Summary collapse

Methods inherited from WssServer

#post_init, #ssl_handshake_completed, #ssl_verify_peer, #unbind

Methods inherited from WsServer

#accept_ws_handshake, #check_http_request, #do_on_connection_callback, #http_reject, #parse_http_headers, #post_connection, #process_received_data, #receive_data, #remote_desc, #remote_ip, #remote_ip_type, #remote_port, #send_sip_msg, #transport, #unbind

Methods inherited from Connection

#close, #initialize, #open?, outbound_listener?, reliable_transport_listener?

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::WebSocket::Connection

Instance Method Details

#log_idObject



16
17
18
# File 'lib/oversip/websocket/listeners/ipv4_wss_server.rb', line 16

def log_id
  LOG_ID
end