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