wstunnel-0.3.0.1: Initial project template from stack

Safe HaskellNone
LanguageHaskell2010

Socks5

Documentation

data AuthMethod Source #

Instances
Read AuthMethod Source # 
Instance details

Defined in Socks5

Show AuthMethod Source # 
Instance details

Defined in Socks5

Binary AuthMethod Source # 
Instance details

Defined in Socks5

data Request Source #

Constructors

Request 
Instances
Show Request Source # 
Instance details

Defined in Socks5

Binary Request Source # 
Instance details

Defined in Socks5

Methods

put :: Request -> Put #

get :: Get Request #

putList :: [Request] -> Put #

data Command Source #

Constructors

Connect 
Bind 
UdpAssociate 
Instances
Bounded Command Source # 
Instance details

Defined in Socks5

Enum Command Source # 
Instance details

Defined in Socks5

Eq Command Source # 
Instance details

Defined in Socks5

Methods

(==) :: Command -> Command -> Bool #

(/=) :: Command -> Command -> Bool #

Show Command Source # 
Instance details

Defined in Socks5

Binary Command Source # 
Instance details

Defined in Socks5

Methods

put :: Command -> Put #

get :: Get Command #

putList :: [Command] -> Put #

data Response Source #

Instances
Show Response Source # 
Instance details

Defined in Socks5

Binary Response Source # 
Instance details

Defined in Socks5

Methods

put :: Response -> Put #

get :: Get Response #

putList :: [Response] -> Put #

data ServerSettings Source #

Constructors

ServerSettings 
Instances
Show ServerSettings Source # 
Instance details

Defined in Socks5