struct

SOCKS::Options::Server

Inherits Struct < Value < Object

Constructors

new(pausePool : PausePool = PausePool.new, wrapper : Wrapper | Nil = nil, tcpBinding : TcpBinding | Nil = nil, udpRelay : UdpRelay | Nil = nil, udpGateway : UdpGateway | Nil = nil)
Source

Instance methods

pausePool
Source
pausePool=(pausePool : PausePool)
Source
tcpBinding
Source
tcpBinding=(tcpBinding : TcpBinding | Nil)
Source
udpGateway
Source
udpGateway=(udpGateway : UdpGateway | Nil)
Source
udpRelay
Source
udpRelay=(udpRelay : UdpRelay | Nil)
Source
wrapper
Source
wrapper=(wrapper : Wrapper | Nil)
Source

Nested types