Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
socks
v1.0.0
IO
CopyException
SOCKS
Address
ARType
Client
ConnectionIdentifierDecisionFlag
ConnectionPauseDecisionFlag
ConnectionReuseDecisionFlag
Enhanced
CommandFlag
ExtensionFlag
State
IncomingAlert
QueueFlag
RBFlag
SynchronizeFlag
WebSocket
StateFlag
WebSocket
Frames
AddressFlag
Authenticate
AuthenticationChoiceFlag
AuthenticationFlag
Authorize
CommandFlag
Establish
Fragment
Negotiate
PermissionFlag
ReservedFlag
StatusFlag
VersionFlag
WebSocketAuthorizationFlag
WrapperFlag
Layer
Client
AssociateUDP
Server
AssociateUDP
TCPBinding
UDPOutbound
Options
Client
PausePool
ReusePool
Wrapper
WebSocket
Server
PausePool
Wrapper
WebSocket
Session
Switcher
PausePool
Entry
ReusePool
Entry
Server
Session
SessionProcessor
SideFlag
TimeOut
Transfer
ExceedThresholdFlag
SDFlag
SocketSwitchExpressionFlag
SRFlag
TerminateConnection
Built with Crystal 1.9.2
2023-10-08 09:38:33 UTC
enum
SOCKS::Frames::AddressFlag
Defined in:
socks/frames.cr
Enum Members
Ipv4
=
1_u8
Domain
=
3_u8
Ipv6
=
4_u8
Instance Method Summary
#domain?
#ipv4?
#ipv6?
Instance Method Detail
def
domain?
#
[
View source
]
def
ipv4?
#
[
View source
]
def
ipv6?
#
[
View source
]