isCOBOL EIS
:
Appendices
:
HTTPHandler class (com.iscobol.rts.HTTPHandler)
: Constructor
Constructor
Creates a new instance of the HTTPHandler class.
General format
HTTPHandler
General rules
1.
A reference to HTTPHandler should be defined in the program’s Linkage Section.
Code example
...
configuration
section
.
repository
.
class
HTTPHandler
as
"com.iscobol.rts.HTTPHandler"
....
linkage
section
.
77
objHTTPHandler
object
reference
HTTPHandler.
...
procedure division using
objHTTPHandler.
...
This site works best with JavaScript enabled