Documentation ¶
Index ¶
- type HTTPSHandler
- func (h HTTPSHandler) RegisterAdditionalFunc(handlerFunc boshhandler.Func)
- func (h HTTPSHandler) Run(handlerFunc boshhandler.Func) error
- func (h HTTPSHandler) Send(target boshhandler.Target, topic boshhandler.Topic, message interface{}) error
- func (h HTTPSHandler) Start(handlerFunc boshhandler.Func) error
- func (h HTTPSHandler) Stop()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPSHandler ¶
type HTTPSHandler struct {
// contains filtered or unexported fields
}
func NewHTTPSHandler ¶
func NewHTTPSHandler( parsedURL *url.URL, logger boshlog.Logger, fs boshsys.FileSystem, dirProvider boshdir.Provider, auditLogger platform.AuditLogger, ) (handler HTTPSHandler)
func (HTTPSHandler) RegisterAdditionalFunc ¶
func (h HTTPSHandler) RegisterAdditionalFunc(handlerFunc boshhandler.Func)
func (HTTPSHandler) Run ¶
func (h HTTPSHandler) Run(handlerFunc boshhandler.Func) error
func (HTTPSHandler) Send ¶
func (h HTTPSHandler) Send(target boshhandler.Target, topic boshhandler.Topic, message interface{}) error
func (HTTPSHandler) Start ¶
func (h HTTPSHandler) Start(handlerFunc boshhandler.Func) error
func (HTTPSHandler) Stop ¶
func (h HTTPSHandler) Stop()
Click to show internal directories.
Click to hide internal directories.