Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultHttpWorker ¶
type DefaultHttpWorker struct {
// contains filtered or unexported fields
}
DefaultHttpListener
func (*DefaultHttpWorker) ServeHTTP ¶
func (s *DefaultHttpWorker) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP http request entrance.
type HttpListenerService ¶
type HttpListenerService struct { listener.BaseListenerService // contains filtered or unexported fields }
ListenerService the facade of a listener
func (*HttpListenerService) Close ¶
func (ls *HttpListenerService) Close() error
func (*HttpListenerService) Refresh ¶
func (ls *HttpListenerService) Refresh(c model.Listener) error
func (*HttpListenerService) ShutDown ¶
func (ls *HttpListenerService) ShutDown(wg interface{}) error
func (*HttpListenerService) Start ¶
func (ls *HttpListenerService) Start() error
Start start the listener
Click to show internal directories.
Click to hide internal directories.