Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HttpDialer ¶
type HttpDialer struct { tcommon.TunnelDialer // contains filtered or unexported fields }
func GetHttpDialer ¶
func GetHttpDialer() HttpDialer
func (HttpDialer) Protocol ¶
func (d HttpDialer) Protocol() tcommon.TunnelProtocol
type HttpServer ¶
type HttpServer struct { tcommon.TunnelServer // contains filtered or unexported fields }
func StartHttpServer ¶
func StartHttpServer(address string) (HttpServer, error)
func (HttpServer) Close ¶
func (s HttpServer) Close()
func (HttpServer) HandleConnection ¶
func (s HttpServer) HandleConnection(conn net.Conn)
func (HttpServer) SetServer ¶
func (s HttpServer) SetServer(ss icommon.TunnelInterfaceServer)
func (HttpServer) WaitingForConnection ¶
func (s HttpServer) WaitingForConnection()
Click to show internal directories.
Click to hide internal directories.