struct SOCKS::Options::Client::Wrapper::WebSocket
Defined in:
socks/options.crConstructors
Instance Method Summary
- #address : Address
- #address=(address : Address)
- #allowConnectionPause : Bool
- #allowConnectionPause=(allowConnectionPause : Bool)
- #allowConnectionReuse : Bool
- #allowConnectionReuse=(allowConnectionReuse : Bool)
- #dataRaw : String | Nil
- #dataRaw=(dataRaw : String | Nil)
- #enableConnectionIdentifier : Bool
- #enableConnectionIdentifier=(enableConnectionIdentifier : Bool)
- #headers : HTTP::Headers
- #headers=(headers : HTTP::Headers)
- #maximumReceiveSequence : Int8
- #maximumReceiveSequence=(maximumReceiveSequence : Int8)
- #maximumSentSequence : Int8
- #maximumSentSequence=(maximumSentSequence : Int8)
- #resource : String
- #resource=(resource : String)
Instance methods inherited from struct SOCKS::Options::Client::Wrapper
initialize
initialize
Constructor methods inherited from struct SOCKS::Options::Client::Wrapper
new
new
Constructor Detail
def self.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)
#