struct SOCKS::Options::Client::Wrapper::WebSocket

Defined in:

socks/options.cr

Constructors

Instance Method Summary

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

[View source]

Instance Method Detail

def address : Address #

[View source]
def address=(address : Address) #

[View source]
def allowConnectionPause : Bool #

[View source]
def allowConnectionPause=(allowConnectionPause : Bool) #

[View source]
def allowConnectionReuse : Bool #

[View source]
def allowConnectionReuse=(allowConnectionReuse : Bool) #

[View source]
def dataRaw : String | Nil #

[View source]
def dataRaw=(dataRaw : String | Nil) #

[View source]
def enableConnectionIdentifier : Bool #

[View source]
def enableConnectionIdentifier=(enableConnectionIdentifier : Bool) #

[View source]
def headers : HTTP::Headers #

[View source]
def headers=(headers : HTTP::Headers) #

[View source]
def maximumReceiveSequence : Int8 #

[View source]
def maximumReceiveSequence=(maximumReceiveSequence : Int8) #

[View source]
def maximumSentSequence : Int8 #

[View source]
def maximumSentSequence=(maximumSentSequence : Int8) #

[View source]
def resource : String #

[View source]
def resource=(resource : String) #

[View source]