NeosComm-class: Class "NeosComm"

Description Objects from the Class Slots Methods Author(s) References See Also Examples

Description

The purpose of this class is to gather the relevant information needed for HTTP requests that is passed to NEOS.

Objects from the Class

Objects can be created by calls of the form new("NeosComm", ...) or more conveniently by creating an object from CreateNeosComm().

Slots

url:

Object of class "character": The URL to NEOS, i.e., http://www.neos-server.org

curlopts:

Object of class "list": A named list of valid Curl options.

curlhandle:

Object of class "CURLHandle": Objects of this class can be created and altered with getCurlHandle()

Methods

No methods defined with class "NeosComm" in the signature.

Author(s)

Bernhard Pfaff

References

Omegahat web site for RCurl: http://www.omegahat.net/RCurl, and
libcurl web site: http://curl.haxx.se

See Also

CreateNeosComm, getCurlHandle and CURLHandle-class

Examples

1
2
3
4
5
6
7
showClass("NeosComm")
## Not run: 

nc <- CreateNeosComm()
nc

## End(Not run)

rneos documentation built on April 22, 2020, 3 p.m.

Related to NeosComm-class in rneos...