Class: Gem::URI::WSS
- Defined in:
- lib/rubygems/vendor/uri/lib/uri/wss.rb
Overview
The default port for WSS URIs is 443, and the scheme is ‘wss:’ rather than ‘ws:’. Other than that, WSS URIs are identical to WS URIs; see Gem::URI::WS.
Constant Summary collapse
- DEFAULT_PORT =
A Default port of 443 for Gem::URI::WSS
443
Constants inherited from WS
Constants inherited from Generic
Generic::COMPONENT, Generic::USE_REGISTRY
Constants included from Gem::URI
DEFAULT_PARSER, Parser, REGEXP, RFC2396_PARSER, RFC3986_PARSER, TBLDECWWWCOMP_, TBLENCURICOMP_, TBLENCWWWCOMP_, VERSION, VERSION_CODE
Instance Attribute Summary
Attributes inherited from Generic
#fragment, #host, #opaque, #path, #port, #query, #scheme
Method Summary
Methods inherited from WS
Methods inherited from Generic
#==, #absolute?, build, build2, #coerce, component, #component, #decoded_password, #decoded_user, #default_port, default_port, #eql?, #find_proxy, #hash, #hierarchical?, #hostname, #hostname=, #initialize, #inspect, #merge, #merge!, #normalize, #normalize!, #parser, #password, #password=, #registry, #registry=, #relative?, #route_from, #route_to, #select, #to_s, use_proxy?, use_registry, #user, #user=, #userinfo, #userinfo=
Methods included from Gem::URI
decode_uri_component, decode_www_form, decode_www_form_component, encode_uri_component, encode_www_form, encode_www_form_component, extract, for, join, parse, regexp, register_scheme, scheme_list, split
Constructor Details
This class inherits a constructor from Gem::URI::Generic