# Functions
CreatePipedConn will return two piped connection.
DebugLog is the debug level log.
DefaultDialerCreator is default all dialer creator.
ErrorLog is the error level log.
InfoLog is the info level log.
No description provided by the author
No description provided by the author
NewEchoDialer will return new EchoDialer.
NewEchoReadWriteCloser will return new EchoReadWriteCloser.
No description provided by the author
NewPool will return new Pool.
NewSchemaDialer will return new SchemaDialer.
NewSocksProxyDialer will return new SocksProxyDialer.
NewStateBuffer is the default creator by buffer.
NewStateDialer is the default creator by router.
NewTCPDialer will return new TCPDialer.
NewWebdavFileHandler will return new WebdavHandler.
NewWebdavHandler will return new WebdavHandler.
NewWebDialer will return new WebDialer.
NewWebDialerAddr will return new web dialer address.
PipeWebDialerConn will return new WebDialerConn and piped raw connection.
SetLogLevel is set log level to l.
WarnLog is the warn level log.
# Constants
LogLevelDebug is debug log level.
LogLevelError is error log level.
LogLevelInfo is info log level.
LogLevelWarn is warn log level.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EchoDialer is an implementation of the Dialer interface for echo tcp connection.
EchoReadWriteCloser is an implementation of the io.ReadWriteCloser interface for pipe write to read.
No description provided by the author
PipedConn is an implementation of the net.Conn interface for piped two connection.
Pool is the set of Dialer.
SchemaDialer is an implementation of the Dialer interface for dial tcp connections.
SocksProxyDialer is an implementation of the Dialer interface for dial by socks proxy.
StateBuffer is an io.ReadWriteCloser by read from bytes.Buffer and write discard.
StateDialer is an impl of dialer.Dialer for get router status.
TCPDialer is an implementation of the Dialer interface for dial tcp connections.
WebdavFileHandler is an implementation of the http.Handler interface for handling web GET/DAV.
WebdavHandler is webdav handler.
WebDialer is an implementation of the Dialer interface for dial to web server.
WebDialerAddr is net.Addr implement.
WebDialerConn is an implementation of the net.Conn interface for pipe WebDialerConn to raw connection.
# Interfaces
No description provided by the author
No description provided by the author
Dialer is the interface that wraps the dialer.
No description provided by the author
SocksProxyAddressPooler is an interface to handler proxy server address get/set.
Statable is interface for get current state.
# Type aliases
StringAddressPooler is an implementation of the SocksProxyAddressPooler interface for one string address.