struct SOCKS::Options::Server::Wrapper::WebSocket

Defined in:

socks/options.cr

Constructors

Instance Method Summary

Instance methods inherited from struct SOCKS::Options::Server::Wrapper

initialize initialize

Constructor methods inherited from struct SOCKS::Options::Server::Wrapper

new new

Constructor Detail

def self.new(enableConnectionIdentifier : Bool = true, allowConnectionPause : Bool = true, allowConnectionReuse : Bool = true, maximumSentSequence : Int8 = Int8::MAX, maximumReceiveSequence : Int8 = Int8::MAX) #

[View source]

Instance Method Detail

def allowConnectionPause : Bool #

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

[View source]
def allowConnectionReuse : Bool #

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

[View source]
def enableConnectionIdentifier : Bool #

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

[View source]
def maximumReceiveSequence : Int8 #

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

[View source]
def maximumSentSequence : Int8 #

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

[View source]