struct

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)
Source

Instance methods

address
Source
address=(address : Address)
Source
allowConnectionPause
Source
allowConnectionPause=(allowConnectionPause : Bool)
Source
allowConnectionReuse
Source
allowConnectionReuse=(allowConnectionReuse : Bool)
Source
dataRaw
Source
dataRaw=(dataRaw : String | Nil)
Source
enableConnectionIdentifier
Source
enableConnectionIdentifier=(enableConnectionIdentifier : Bool)
Source
headers
Source
headers=(headers : HTTP::Headers)
Source
maximumReceiveSequence
Source
maximumReceiveSequence=(maximumReceiveSequence : Int8)
Source
maximumSentSequence
Source
maximumSentSequence=(maximumSentSequence : Int8)
Source
resource
Source
resource=(resource : String)
Source