struct SOCKS::Options::Server::Wrapper::WebSocket
Defined in:
socks/options.crConstructors
Instance Method Summary
- #allowConnectionPause : Bool
- #allowConnectionPause=(allowConnectionPause : Bool)
- #allowConnectionReuse : Bool
- #allowConnectionReuse=(allowConnectionReuse : Bool)
- #enableConnectionIdentifier : Bool
- #enableConnectionIdentifier=(enableConnectionIdentifier : Bool)
- #maximumReceiveSequence : Int8
- #maximumReceiveSequence=(maximumReceiveSequence : Int8)
- #maximumSentSequence : Int8
- #maximumSentSequence=(maximumSentSequence : Int8)
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)
#