socks library
Classes
- Connection
- Generic socks connection interface.
- Message
- Socks message.
- ProxySettings
- SocketConnectionTask
- SocksServer
- Socks server.
- SocksTCPClient
- SocksUpdPacket
- TcpConnection
- UdpConnection
Enums
- AuthenticationMethod
- Socks authentication method.
- CommandReplyCode
- Socks command response.
- CommandType
- Socks command type.
- ConnectionState
- SocksConnectionState
- Socks server state.
- SocksConnectionType
- Type of connection
Typedefs
- AuthHandler = bool Function(String username, String password)
- Authentication handler.