httpserver

package
v1.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 16, 2021 License: MIT Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var TempValue int

Functions

func CurrentExePath

func CurrentExePath() string

func SplitRequest

func SplitRequest(path string) []string

Types

type HttpServer

type HttpServer struct {
	// contains filtered or unexported fields
}

func NewHttpServer

func NewHttpServer(sys *system.System) *HttpServer

func (*HttpServer) CloudAccountInfo added in v1.0.6

func (c *HttpServer) CloudAccountInfo(request []byte) (response []byte, err error)

func (*HttpServer) CloudAddNode added in v1.0.6

func (c *HttpServer) CloudAddNode(request []byte) (response []byte, err error)

func (*HttpServer) CloudGetSettings added in v1.0.6

func (c *HttpServer) CloudGetSettings(request []byte) (response []byte, err error)

func (*HttpServer) CloudLogin added in v1.0.6

func (c *HttpServer) CloudLogin(request []byte) (response []byte, err error)

func (*HttpServer) CloudLogout added in v1.0.6

func (c *HttpServer) CloudLogout(request []byte) (response []byte, err error)

func (*HttpServer) CloudNodes added in v1.0.6

func (c *HttpServer) CloudNodes(request []byte) (response []byte, err error)

func (*HttpServer) CloudRemoveNode added in v1.0.6

func (c *HttpServer) CloudRemoveNode(request []byte) (response []byte, err error)

func (*HttpServer) CloudSetCurrentNodeId added in v1.0.6

func (c *HttpServer) CloudSetCurrentNodeId(request []byte) (response []byte, err error)

func (*HttpServer) CloudSetSettings added in v1.0.6

func (c *HttpServer) CloudSetSettings(request []byte) (response []byte, err error)

func (*HttpServer) CloudState added in v1.0.6

func (c *HttpServer) CloudState(request []byte) (response []byte, err error)

func (*HttpServer) CloudUpdateNode added in v1.0.6

func (c *HttpServer) CloudUpdateNode(request []byte) (response []byte, err error)

func (*HttpServer) DataItemHistory

func (c *HttpServer) DataItemHistory(request []byte) (response []byte, err error)

func (*HttpServer) DataItemHistoryChart added in v1.0.6

func (c *HttpServer) DataItemHistoryChart(request []byte) (response []byte, err error)

func (*HttpServer) DataItemList

func (c *HttpServer) DataItemList(request []byte) (response []byte, err error)

func (*HttpServer) DataItemListAll

func (c *HttpServer) DataItemListAll(request []byte) (response []byte, err error)

func (*HttpServer) DataItemRemove added in v1.0.6

func (c *HttpServer) DataItemRemove(request []byte) (response []byte, err error)

func (*HttpServer) DataItemWrite

func (c *HttpServer) DataItemWrite(request []byte) (response []byte, err error)

func (*HttpServer) PublicChannelAdd

func (c *HttpServer) PublicChannelAdd(request []byte) (response []byte, err error)

func (*HttpServer) PublicChannelItemAdd

func (c *HttpServer) PublicChannelItemAdd(request []byte) (response []byte, err error)

func (*HttpServer) PublicChannelItemRemove

func (c *HttpServer) PublicChannelItemRemove(request []byte) (response []byte, err error)

func (*HttpServer) PublicChannelItemsState

func (c *HttpServer) PublicChannelItemsState(request []byte) (response []byte, err error)

func (*HttpServer) PublicChannelList

func (c *HttpServer) PublicChannelList(request []byte) (response []byte, err error)

func (*HttpServer) PublicChannelRemove

func (c *HttpServer) PublicChannelRemove(request []byte) (response []byte, err error)

func (*HttpServer) PublicChannelSetName

func (c *HttpServer) PublicChannelSetName(request []byte) (response []byte, err error)

func (*HttpServer) PublicChannelStart added in v1.0.6

func (c *HttpServer) PublicChannelStart(request []byte) (response []byte, err error)

func (*HttpServer) PublicChannelStop added in v1.0.6

func (c *HttpServer) PublicChannelStop(request []byte) (response []byte, err error)

func (*HttpServer) RequestJson added in v1.0.6

func (c *HttpServer) RequestJson(function string, requestText []byte, host string) ([]byte, error)

func (*HttpServer) ResourceAdd

func (c *HttpServer) ResourceAdd(request []byte) (response []byte, err error)

func (*HttpServer) ResourceGet

func (c *HttpServer) ResourceGet(request []byte) (response []byte, err error)

func (*HttpServer) ResourceList

func (c *HttpServer) ResourceList(request []byte) (response []byte, err error)

func (*HttpServer) ResourceRemove

func (c *HttpServer) ResourceRemove(request []byte) (response []byte, err error)

func (*HttpServer) ResourceRename

func (c *HttpServer) ResourceRename(request []byte) (response []byte, err error)

func (*HttpServer) ResourceSet

func (c *HttpServer) ResourceSet(request []byte) (response []byte, err error)

func (*HttpServer) ServiceApi added in v1.0.5

func (c *HttpServer) ServiceApi(request []byte) (response []byte, err error)

func (*HttpServer) ServiceLookup

func (c *HttpServer) ServiceLookup(request []byte) (response []byte, err error)

func (*HttpServer) ServiceStatistics

func (c *HttpServer) ServiceStatistics(request []byte) (response []byte, err error)

func (*HttpServer) SessionActivate added in v1.0.1

func (c *HttpServer) SessionActivate(request []byte) (response []byte, err error)

func (*HttpServer) SessionList added in v1.0.1

func (c *HttpServer) SessionList(request []byte) (response []byte, err error)

func (*HttpServer) SessionOpen

func (c *HttpServer) SessionOpen(request []byte, host string) (response []byte, err error)

func (*HttpServer) SessionRemove added in v1.0.1

func (c *HttpServer) SessionRemove(request []byte) (response []byte, err error)

func (*HttpServer) Start

func (c *HttpServer) Start()

func (*HttpServer) Stop

func (c *HttpServer) Stop() error

func (*HttpServer) UnitAdd

func (c *HttpServer) UnitAdd(request []byte) (response []byte, err error)

func (*HttpServer) UnitGetConfig

func (c *HttpServer) UnitGetConfig(request []byte) (response []byte, err error)

func (*HttpServer) UnitItemsValues

func (c *HttpServer) UnitItemsValues(request []byte) (response []byte, err error)

func (*HttpServer) UnitList

func (c *HttpServer) UnitList(request []byte) (response []byte, err error)

func (*HttpServer) UnitRemove

func (c *HttpServer) UnitRemove(request []byte) (response []byte, err error)

func (*HttpServer) UnitSetConfig

func (c *HttpServer) UnitSetConfig(request []byte) (response []byte, err error)

func (*HttpServer) UnitStart

func (c *HttpServer) UnitStart(request []byte) (response []byte, err error)

func (*HttpServer) UnitState

func (c *HttpServer) UnitState(request []byte) (response []byte, err error)

func (*HttpServer) UnitStateAll added in v1.0.6

func (c *HttpServer) UnitStateAll(request []byte) (response []byte, err error)

func (*HttpServer) UnitStop

func (c *HttpServer) UnitStop(request []byte) (response []byte, err error)

func (*HttpServer) UnitTypeCategories

func (c *HttpServer) UnitTypeCategories(request []byte) (response []byte, err error)

func (*HttpServer) UnitTypeConfigMeta

func (c *HttpServer) UnitTypeConfigMeta(request []byte) (response []byte, err error)

func (*HttpServer) UnitTypeList

func (c *HttpServer) UnitTypeList(request []byte) (response []byte, err error)

func (*HttpServer) UserAdd added in v1.0.1

func (c *HttpServer) UserAdd(request []byte) (response []byte, err error)

func (*HttpServer) UserList added in v1.0.1

func (c *HttpServer) UserList(request []byte) (response []byte, err error)

func (*HttpServer) UserRemove added in v1.0.1

func (c *HttpServer) UserRemove(request []byte) (response []byte, err error)

func (*HttpServer) UserSetPassword added in v1.0.1

func (c *HttpServer) UserSetPassword(request []byte) (response []byte, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL