powered by
The purpose of this class is to gather the relevant information needed for HTTP requests that is passed to NEOS.
Objects can be created by calls of the form new("NeosComm", ...) or more conveniently by creating an object from CreateNeosComm().
new("NeosComm", ...)
CreateNeosComm()
url
Object of class "character": The URL to NEOS, i.e., http://www.neos-server.org
"character"
curlopts
Object of class "list": A named list of valid Curl options.
"list"
curlhandle
Object of class "CURLHandle": Objects of this class can be created and altered with getCurlHandle()
"CURLHandle"
getCurlHandle()
No methods defined with class "NeosComm" in the signature.
Omegahat web site for RCurl: http://www.omegahat.net/RCurl, and libcurl web site: http://curl.haxx.se
CreateNeosComm, getCurlHandle and CURLHandle-class
CreateNeosComm
getCurlHandle
CURLHandle-class
# NOT RUN { showClass("NeosComm") # } # NOT RUN { nc <- CreateNeosComm() nc # }
Run the code above in your browser using DataLab