HTTP.ConnectionInfo

Description

HTTP Connection Info

Functions

NameSignature and Synopsis
createHTTPConnectionInfoObject createHTTPConnectionInfo(boolean isSecure)
disableCookievoid disableCookie(Object connectionInfo, boolean disableCookie)
disableExpectContinueHeaderObject disableExpectContinueHeader(Object connectionInfo, boolean expectContinueHeaderDisabled)
setHttpMethodvoid setHttpMethod(Object connectionInfo, String httpMethod)
setProxyObject setProxy(Object connectionInfo, String proxyHost, int proxyPort)
setSecureInfoObject setSecureInfo(Object connectionInfo, String sslProtocol, Object clientIdKeyStore, String clientIdPassword, Object trustedCertsKeystore, String trustedCertsPassword, boolean verifyHostName)