struct

SOCKS::Frames::Authenticate

Inherits SOCKS::Frames < Struct < Value < Object

Constructors

from_io(io : IO, ar_type : ARType, version_flag : VersionFlag = VersionFlag::V5) : Authenticate
Source
new(version : VersionFlag, arType : ARType)
Source
read_ask(io : IO, version_flag : VersionFlag = VersionFlag::V5) : Authenticate
Source
read_reply(io : IO, version_flag : VersionFlag = VersionFlag::V5) : Authenticate
Source

Instance methods

arType
Source
arType=(arType : ARType)
Source
authenticationChoiceType
Source
authenticationChoiceType=(authenticationChoiceType : AuthenticationChoiceFlag | Nil)
Source
password
Source
password=(password : String | Nil)
Source
permissionType
Source
permissionType=(permissionType : PermissionFlag | Nil)
Source
to_io(io : IO, ar_type : ARType, version_flag : VersionFlag = VersionFlag::V5) : IO
Source
to_io(io : IO)
Source
userName
Source
userName=(userName : String | Nil)
Source
version
Source
version=(version : VersionFlag)
Source
write_ask(io : IO, version_flag : VersionFlag = VersionFlag::V5)
Source
write_reply(io : IO, version_flag : VersionFlag = VersionFlag::V5)
Source