File Information
Library: JS/Net
Package: Wrappers
Header: Poco/JS/Net/CookieJarWrapper.h
Description
JavaScript wrapper for CookieJar.
Inheritance
Direct Base Classes: Poco::JS::Core::Wrapper
All Base Classes: Poco::JS::Core::Wrapper
Member Summary
Member Functions: addCookies, construct, constructor, isCookieJar, objectTemplate, updateCookies
Inherited Functions: checkSetResult, isWrapper, objectTemplate, reportEmptySetResult, returnException, returnString, safeUnwrapNative, toString, toV8Internalized, toV8String, unwrapNative, unwrapNativeObject, wrapNative, wrapNativePersistent
Constructors
CookieJarWrapper
Creates the CookieJarWrapper.
Destructor
~CookieJarWrapper
~CookieJarWrapper();
Destroys the CookieJarWrapper.
Member Functions
construct
static void construct(
const v8::FunctionCallbackInfo < v8::Value > & args
);
constructor
v8::Handle < v8::FunctionTemplate > constructor(
v8::Isolate * pIsolate
);
Creates and returns a V8 FunctionTemplate for the constructor function.
objectTemplate
v8::Handle < v8::ObjectTemplate > objectTemplate(
v8::Isolate * pIsolate
);
addCookies
static void addCookies(
const v8::FunctionCallbackInfo < v8::Value > & args
);
isCookieJar
static void isCookieJar(
const v8::FunctionCallbackInfo < v8::Value > & args
);
updateCookies
static void updateCookies(
const v8::FunctionCallbackInfo < v8::Value > & args
);