Difference between revisions of "HTTPServer"

From Lianjapedia
Jump to: navigation, search
(Created page with "Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages. ====Properties==== This class supports the following propert...")
 
(Events)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.
 
====Properties====
 
 
This class supports the following properties:
 
 
{| class="wikitable" width="100%"
 
!width="20%"|Property
 
!Access (R/RW)
 
!Value
 
!width="50%"|Description
 
|-
 
|}
 
  
 
====Methods====
 
====Methods====
Line 36: Line 24:
 
|valign="top"|Resume
 
|valign="top"|Resume
 
|valign="top"|None
 
|valign="top"|None
|valign="top"|Stops listening
+
|valign="top"|Resumes listening
 
|-
 
|-
 
|valign="top"|Stop
 
|valign="top"|Stop
Line 44: Line 32:
 
|}
 
|}
  
====Events====
+
====See Also====
 
+
[[App_Settings#Embedded HTTP Server|App Settings]], [[Embedded HTTP Server]]
This class supports the following events:
+
 
+
{| class="wikitable" width="100%"
+
!width="20%"|Event
+
!Args
+
!width="50%"|Description
+
|-
+
|}
+
  
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Framework Classes]]
 
[[Category:Framework Classes]]
 +
[[Category:Lianja v2.0]]

Latest revision as of 11:34, 10 April 2019

Note: property, method and event names should be referred to in lowercase in case-sensitive scripting languages.

Methods

This class supports the following methods:

Method Args Description
IsListening None Returns true if HTTPServer is listening, false otherwise
Listen interface as Character, port as Numeric Starts listening on the specified port on the specified interface ("" for all)
Pause None Pauses listening
Resume None Resumes listening
Stop None Stops listening

See Also

App Settings, Embedded HTTP Server