SOCKS::Options::Client::Wrapper::WebSocket
Inherits SOCKS::Options::Client::Wrapper < Struct < Value < Object
Constructors
new(address : Address, resource : String, headers : HTTP::Headers, dataRaw : String | Nil, enableConnectionIdentifier : Bool = true, allowConnectionPause : Bool = true, allowConnectionReuse : Bool = true, maximumSentSequence : Int8 = Int8::MAX, maximumReceiveSequence : Int8 = Int8::MAX)
SourceInstance methods
address
Sourceaddress=(address : Address)
SourceallowConnectionPause
SourceallowConnectionPause=(allowConnectionPause : Bool)
SourceallowConnectionReuse
SourceallowConnectionReuse=(allowConnectionReuse : Bool)
SourcedataRaw
SourcedataRaw=(dataRaw : String | Nil)
SourceenableConnectionIdentifier
SourceenableConnectionIdentifier=(enableConnectionIdentifier : Bool)
Sourceheaders
Sourceheaders=(headers : HTTP::Headers)
SourcemaximumReceiveSequence
SourcemaximumReceiveSequence=(maximumReceiveSequence : Int8)
SourcemaximumSentSequence
SourcemaximumSentSequence=(maximumSentSequence : Int8)
Sourceresource
Sourceresource=(resource : String)
Source