| accept() | Qore::Socket | |
| accept(timeout timeout_ms) | Qore::Socket | |
| Accept | RestClient::RestClient | |
| acceptAllCertificates(bool accept_all=True) | Qore::Socket | |
| AcceptList | RestClient::RestClient | |
| AcceptMap | RestClient::RestClient | |
| acceptSSL() | Qore::Socket | |
| acceptSSL(timeout timeout_ms) | Qore::Socket | |
| addDefaultHeaders(hash< auto > h) | RestClient::RestClient | |
| alt_token_signer | RestClient::RestClient | private |
| alt_token_signer_header | RestClient::RestClient | private |
| bind(string str, softbool reuseaddr=False) | Qore::Socket | |
| bind(int port, softbool reuseaddr=False) | Qore::Socket | |
| bindINET(*string iface, *softstring service, softbool reuseaddr=False, softint family=AF_UNSPEC, softint socktype=SOCK_STREAM, softint protocol=0) | Qore::Socket | |
| bindUNIX(string path, softint socktype=SOCK_STREAM, softint protocol=0) | Qore::Socket | |
| captureRemoteCertificates(bool set=True) | Qore::Socket | |
| checkLogin(*reference< hash< auto > > info) | RestClient::RestClient | private |
| checkOAuth2Options(hash< auto > opts, *bool no_exceptions) | RestClient::RestClient | private |
| clearAltTokenSigner() | RestClient::RestClient | |
| clearConnectionPath() | RestClient::RestClient | |
| clearPersistent() | Qore::HTTPClient | |
| clearProxyURL() | Qore::HTTPClient | |
| clearProxyUserPassword() | Qore::HTTPClient | |
| clearStats() | Qore::HTTPClient | |
| clearUserPassword() | Qore::HTTPClient | |
| clearWarningQueue() | Qore::HTTPClient | |
| close() | Qore::Socket | |
| CompressionThreshold | RestClient::RestClient | |
| connect() | Qore::HTTPClient | |
| Qore::Socket::connect(string target, timeout timeout_ms=-1) | Qore::Socket | |
| connectINET(string host, softstring service, timeout timeout_ms=-1, softint family=AF_UNSPEC, softint socktype=SOCK_STREAM, softint protocol=0) | Qore::Socket | |
| connectINETSSL(string host, softstring service, timeout timeout_ms=-1, softint family=AF_UNSPEC, softint socktype=SOCK_STREAM, softint protocol=0) | Qore::Socket | |
| connectSSL(string target, timeout timeout_ms=-1) | Qore::Socket | |
| connectUNIX(string path, softint socktype=SOCK_STREAM, softint protocol=0) | Qore::Socket | |
| connectUNIXSSL(string path, softint socktype=SOCK_STREAM, softint protocol=0) | Qore::Socket | |
| constructor(*hash< auto > opts, *softbool do_not_connect) | RestClient::RestClient | |
| Qore::HTTPClient::constructor(hash< auto > opts) | Qore::HTTPClient | |
| Qore::HTTPClient::constructor() | Qore::HTTPClient | |
| copy() | Qore::HTTPClient | |
| DataSerializationOptions | RestClient::RestClient | |
| DataSerializationSupport | RestClient::RestClient | |
| decodeError(hash< auto > h, *reference< hash< auto > > info) | RestClient::RestClient | privatestatic |
| DefaultHeaders | RestClient::RestClient | |
| DefaultOAuth2RedirectUrl | RestClient::RestClient | |
| DefaultOptions | RestClient::RestClient | |
| del(string path, auto body, *reference< hash< auto > > info, *hash< auto > hdr) | RestClient::RestClient | |
| Qore::deserialize(InputStream stream, *int flags) | Qore::Serializable | static |
| Qore::deserialize(binary bin, *int flags) | Qore::Serializable | static |
| Qore::deserialize(string bin, *int flags) | Qore::Serializable | static |
| Qore::deserialize(hash< SerializationInfo > data, *int flags) | Qore::Serializable | static |
| ConnectionProvider::UpdateOptionsInterface::deserialize(InputStream stream, *int flags) | Qore::Serializable | static |
| ConnectionProvider::UpdateOptionsInterface::deserialize(binary bin, *int flags) | Qore::Serializable | static |
| ConnectionProvider::UpdateOptionsInterface::deserialize(string bin, *int flags) | Qore::Serializable | static |
| ConnectionProvider::UpdateOptionsInterface::deserialize(hash< SerializationInfo > data, *int flags) | Qore::Serializable | static |
| ConnectionProvider::OptionHelper::deserialize(InputStream stream, *int flags) | Qore::Serializable | static |
| ConnectionProvider::OptionHelper::deserialize(binary bin, *int flags) | Qore::Serializable | static |
| ConnectionProvider::OptionHelper::deserialize(string bin, *int flags) | Qore::Serializable | static |
| ConnectionProvider::OptionHelper::deserialize(hash< SerializationInfo > data, *int flags) | Qore::Serializable | static |
| Qore::deserializeMembers(hash< auto > members) | Qore::Serializable | private:internal |
| Qore::deserializeToData(InputStream stream, *int flags) | Qore::Serializable | static |
| Qore::deserializeToData(binary bin, *int flags) | Qore::Serializable | static |
| ConnectionProvider::UpdateOptionsInterface::deserializeToData(InputStream stream, *int flags) | Qore::Serializable | static |
| ConnectionProvider::UpdateOptionsInterface::deserializeToData(binary bin, *int flags) | Qore::Serializable | static |
| ConnectionProvider::OptionHelper::deserializeToData(InputStream stream, *int flags) | Qore::Serializable | static |
| ConnectionProvider::OptionHelper::deserializeToData(binary bin, *int flags) | Qore::Serializable | static |
| destructor() | Qore::HTTPClient | |
| disconnect() | Qore::HTTPClient | |
| doOAuth2LoginRequest(string url, hash< auto > login, *reference< hash< auto > > info) | RestClient::RestClient | private |
| doRequest(string m, string path, auto body, *reference< hash< auto > > info, softbool decode_errors=True, *hash< auto > hdr) | RestClient::RestClient | |
| doRequestIntern(string m, string path, auto body, *reference< hash< auto > > info, softbool decode_errors=True, *hash< auto > hdr, *string assume_content_type, *string shdr, *code signer) | RestClient::RestClient | private |
| doSignedRequest(string shdr, code signer, string m, string path, auto body, *reference< hash< auto > > info, softbool decode_errors=True, *hash< auto > hdr) | RestClient::RestClient | |
| doUpdateOptions(*LoggerInterface logger, hash< auto > new_opts) | ConnectionProvider::UpdateOptionsInterface | private |
| doValidatedRequest(string m, string path, auto body, *reference< hash< auto > > info, softbool decode_errors=True, *hash< auto > hdr) | RestClient::RestClient | |
| EncodingSupport | RestClient::RestClient | |
| flushOptionUpdates() | ConnectionProvider::UpdateOptionsInterface | |
| get(string path, auto body, *reference< hash< auto > > info, *hash< auto > hdr) | RestClient::RestClient | |
| Qore::HTTPClient::get(string path, *hash< auto > headers, *reference< hash< auto > > info) | Qore::HTTPClient | |
| getAcceptAllCertificates() | Qore::Socket | |
| getAssumedEncoding() | Qore::HTTPClient | |
| getBool(*hash< auto > opts, string key, *bool required, *bool default_value) | ConnectionProvider::OptionHelper | static |
| getCharset() | Qore::Socket | |
| getConnectionId() | Qore::Socket | |
| getConnectionPath() | Qore::HTTPClient | |
| getConnectTimeout() | Qore::HTTPClient | |
| getDefaultHeaders() | RestClient::RestClient | |
| getDefaultPath() | Qore::HTTPClient | |
| getEncoding() | Qore::HTTPClient | |
| getEncodingPassthru() | Qore::HTTPClient | |
| getErrorPassthru() | Qore::HTTPClient | |
| getHash(*hash< auto > opts, string key, *bool required, *hash< auto > default_value) | ConnectionProvider::OptionHelper | static |
| getHostHeaderValue() | Qore::HTTPClient | |
| getHttpConfig() | Qore::HTTPClient | |
| getHTTPVersion() | Qore::HTTPClient | |
| getInt(*hash< auto > opts, string key, *bool required, *int default_value) | ConnectionProvider::OptionHelper | static |
| getLogger() | RestClient::RestClient | |
| getMaxRedirects() | Qore::HTTPClient | |
| getNewToken() | RestClient::RestClient | |
| getNewTokenIntern(*reference< hash< auto > > info) | RestClient::RestClient | private |
| getNoDelay() | Qore::HTTPClient | |
| getOAuth2AuthHeaders() | RestClient::RestClient | private |
| getOAuth2LoginInfo(string grant_type) | RestClient::RestClient | private |
| getOAuth2Options() | RestClient::RestClient | |
| getOAuth2RefreshInfo() | RestClient::RestClient | private |
| getOptionType(*hash< auto > opts, string key, int type_code, string type_name, *bool required, auto default_value) | ConnectionProvider::OptionHelper | static |
| getPassword() | Qore::HTTPClient | |
| getPeerInfo(bool host_lookup=True) | Qore::Socket | |
| getPersistentCount() | Qore::HTTPClient | |
| getPollableDescriptor() | Qore::AbstractPollableIoObjectBase | |
| getPort() | Qore::Socket | |
| getPreEncodedUrls() | Qore::HTTPClient | |
| getProxyPassword() | Qore::HTTPClient | |
| getProxyURL() | Qore::HTTPClient | |
| getProxyUsername() | Qore::HTTPClient | |
| getRecvTimeout() | Qore::Socket | |
| getRedirectPassthru() | Qore::HTTPClient | |
| getRemoteCertificate() | Qore::Socket | |
| getSafeProxyURL() | Qore::HTTPClient | |
| getSafeURL() | Qore::HTTPClient | |
| getScopeString(*list< auto > scopes, string separator=' ') | RestClient::RestClient | static |
| getSendEncoding() | RestClient::RestClient | |
| getSendTimeout() | Qore::Socket | |
| getSerialization() | RestClient::RestClient | |
| getSocket() | Qore::Socket | |
| getSocketInfo(bool host_lookup=True) | Qore::Socket | |
| getSSLCipherName() | Qore::Socket | |
| getSSLCipherVersion() | Qore::Socket | |
| getSslVerifyMode() | Qore::Socket | |
| getString(*hash< auto > opts, string key, *bool required, *string default_value) | ConnectionProvider::OptionHelper | static |
| getTimeout() | Qore::HTTPClient | |
| getToken() | RestClient::RestClient | |
| getTokenType() | RestClient::RestClient | |
| getUpdateOptionsAfterLogin(hash< auto > h, *bool refresh) | RestClient::RestClient | private |
| getURL(int code=URL_NORMAL) | Qore::HTTPClient | |
| getUsageInfo() | Qore::HTTPClient | |
| getUsername() | Qore::HTTPClient | |
| getValidator() | RestClient::RestClient | |
| gotOAuth2LoginInfo(hash< auto > h, *bool refresh) | RestClient::RestClient | |
| head(string path, *hash< auto > headers, *reference< hash< auto > > info) | Qore::HTTPClient | |
| isAuthTokenError(int status_code, hash< auto > headers, *bool body_deserialized, *string body_content_type, auto body) | RestClient::RestClient | |
| isConnected() | Qore::HTTPClient | |
| isDataAvailable(timeout timeout_ms=0) | Qore::Socket | |
| isOpen() | Qore::Socket | |
| isPersistent() | Qore::HTTPClient | |
| isProxySecure() | Qore::HTTPClient | |
| isSecure() | Qore::HTTPClient | |
| isWriteFinished(timeout timeout_ms=0) | Qore::Socket | |
| listen(int backlog=20) | Qore::Socket | |
| loginIntern(*reference< hash< auto > > info) | RestClient::RestClient | private |
| MinimumTokenRefresh | RestClient::RestClient | |
| needsRefresh(*hash< ExceptionInfo > ex, *hash< auto > info, *bool body_deserialized, auto body) | RestClient::RestClient | private |
| needsRestBodyAuthErrorCheck() | RestClient::RestClient | |
| oauth2_alt_token_url | RestClient::RestClient | private |
| oauth2_alt_url_subst | RestClient::RestClient | private |
| oauth2_app | RestClient::RestClient | private |
| oauth2_auth_args | RestClient::RestClient | private |
| oauth2_auth_url | RestClient::RestClient | private |
| oauth2_auto_refresh | RestClient::RestClient | private |
| oauth2_client_id | RestClient::RestClient | private |
| oauth2_client_secret | RestClient::RestClient | private |
| oauth2_grant_type | RestClient::RestClient | private |
| oauth2_pkce | RestClient::RestClient | private |
| oauth2_redirect_url | RestClient::RestClient | private |
| oauth2_scope_separator_char | RestClient::RestClient | private |
| oauth2_scopes | RestClient::RestClient | private |
| oauth2_token_args | RestClient::RestClient | private |
| oauth2_token_auth_secret_only | RestClient::RestClient | private |
| oauth2_token_expiry | RestClient::RestClient | private |
| oauth2_token_expiry_hint | RestClient::RestClient | private |
| oauth2_token_url | RestClient::RestClient | private |
| oauth2_token_use_basic_auth | RestClient::RestClient | private |
| oauth2Auth(hash< auto > login, *reference< hash< auto > > info, *bool refresh) | RestClient::RestClient | private |
| OAuth2AuthHeaders | RestClient::RestClient | |
| oauth2AuthIntern(hash< auto > login, *reference< hash< auto > > info, *bool refresh) | RestClient::RestClient | private |
| OAuth2GrantOptions | RestClient::RestClient | |
| Oauth2TokenRefreshWindow | RestClient::RestClient | |
| parseServerSentEvent(string str) | Qore::Socket | static |
| password | RestClient::RestClient | private |
| patch(string path, auto body, *reference< hash< auto > > info, *hash< auto > hdr) | RestClient::RestClient | |
| pending_options | ConnectionProvider::UpdateOptionsInterface | private |
| pendingHttpChunkedBody() | Qore::Socket | |
| poll(list< hash< SocketPollInfo > > items, timeout timeout_ms) | Qore::Socket | static |
| post(string path, auto body, *reference< hash< auto > > info, *hash< auto > hdr) | RestClient::RestClient | |
| Qore::HTTPClient::post(string path, string body, *hash< auto > headers, *reference< hash< auto > > info) | Qore::HTTPClient | |
| Qore::HTTPClient::post(string path, *binary body, *hash< auto > headers, *reference< hash< auto > > info) | Qore::HTTPClient | |
| postpone_update_options | ConnectionProvider::UpdateOptionsInterface | private |
| postpone_update_options_logger | ConnectionProvider::UpdateOptionsInterface | private |
| postponeUpdateOptions(*LoggerInterface logger) | ConnectionProvider::UpdateOptionsInterface | |
| prepareMsg(string method, string path, reference< auto > body, reference< hash< auto > > hdr, string ct='Content-Type') | RestClient::RestClient | private |
| preparePath(reference< string > path) | RestClient::RestClient | private |
| prepareToSend(string method, reference< string > path, reference< auto > body, *reference< hash< auto > > hdr) | RestClient::RestClient | |
| preprocessRequestBody(auto request_body) | RestClient::RestClient | |
| processRestResponse(hash< auto > resp, string method, string path, *reference< hash< auto > > info) | RestClient::RestClient | |
| put(string path, auto body, *reference< hash< auto > > info, *hash< auto > hdr) | RestClient::RestClient | |
| readHTTPChunk(timeout timeout_ms=-1) | Qore::Socket | |
| readHTTPChunkedBody(timeout timeout_ms=-1) | Qore::Socket | |
| readHTTPChunkedBodyBinary(timeout timeout_ms=-1) | Qore::Socket | |
| readHTTPChunkedBodyBinaryWithCallback(code rcb, timeout timeout_ms=-1) | Qore::Socket | |
| readHTTPChunkedBodyToOutputStream(Qore::OutputStream os, timeout timeout_ms=-1) | Qore::Socket | |
| readHTTPChunkedBodyWithCallback(code rcb, timeout timeout_ms=-1) | Qore::Socket | |
| readHTTPHeader(timeout timeout_ms=-1, *reference< hash< auto > > info) | Qore::Socket | |
| readHTTPHeaderString(timeout timeout_ms=-1) | Qore::Socket | |
| readServerSentEvent(*string content_encoding, timeout timeout_ms=-1) | Qore::Socket | |
| readServerSentEvent(timeout timeout_ms=-1) | Qore::Socket | |
| recv(softint size=0, timeout timeout_ms=-1) | Qore::Socket | |
| recvBinary(softint size=0, timeout timeout_ms=-1) | Qore::Socket | |
| recvi1(timeout timeout_ms=-1) | Qore::Socket | |
| recvi2(timeout timeout_ms=-1) | Qore::Socket | |
| recvi2LSB(timeout timeout_ms=-1) | Qore::Socket | |
| recvi4(timeout timeout_ms=-1) | Qore::Socket | |
| recvi4LSB(timeout timeout_ms=-1) | Qore::Socket | |
| recvi8(timeout timeout_ms=-1) | Qore::Socket | |
| recvi8LSB(timeout timeout_ms=-1) | Qore::Socket | |
| recvToOutputStream(Qore::OutputStream os, softint size=-1, timeout timeout_ms=-1) | Qore::Socket | |
| recvu1(timeout timeout_ms=-1) | Qore::Socket | |
| recvu2(timeout timeout_ms=-1) | Qore::Socket | |
| recvu2LSB(timeout timeout_ms=-1) | Qore::Socket | |
| recvu4(timeout timeout_ms=-1) | Qore::Socket | |
| recvu4LSB(timeout timeout_ms=-1) | Qore::Socket | |
| refresh_token | RestClient::RestClient | private |
| refreshTokenIntern(*reference< hash< auto > > info) | RestClient::RestClient | private |
| replaceDefaultHeaders(*hash< auto > hdr) | RestClient::RestClient | |
| requiresOAuth2Token() | RestClient::RestClient | |
| requiresRefresh() | RestClient::RestClient | |
| rest_body_auth_error_check | RestClient::RestClient | private |
| send(string body, string method, *string path, *hash< auto > headers, softbool getbody=False, *reference< hash< auto > > info) | Qore::HTTPClient | |
| send(*binary body, string method, *string path, *hash< auto > headers, softbool getbody=False, *reference< hash< auto > > info) | Qore::HTTPClient | |
| send(Qore::OutputStream os, *data body, string method, *string path, *hash< auto > headers, timeout timeout_ms=0, softbool getbody=False, *reference< hash< auto > > info, *code rcb) | Qore::HTTPClient | |
| Qore::Socket::send(binary bin, timeout timeout_ms=-1) | Qore::Socket | |
| Qore::Socket::send(string str, timeout timeout_ms=-1) | Qore::Socket | |
| send2(binary bin, timeout timeout_ms=-1) | Qore::Socket | |
| send2(string str, timeout timeout_ms=-1) | Qore::Socket | |
| sendAndDecodeResponse(*data body, string m, string path, hash< auto > hdr, *reference< hash< auto > > info, *softbool decode_errors, *string assume_content_type, *string shdr, *code signer) | RestClient::RestClient | private |
| sendBinary(string str, timeout timeout_ms=-1) | Qore::Socket | |
| sendBinary(binary bin, timeout timeout_ms=-1) | Qore::Socket | |
| sendBinary2(string str, timeout timeout_ms=-1) | Qore::Socket | |
| sendBinary2(binary bin, timeout timeout_ms=-1) | Qore::Socket | |
| sendChunked(Qore::OutputStream os, Qore::InputStream is, string method, int max_chunk_size=4096, *string path, *hash< auto > headers, timeout timeout_ms=0, softbool getbody=False, *reference< hash< auto > > info, *code rcb, *code tcb) | Qore::HTTPClient | |
| sendFromInputStream(Qore::InputStream input_stream, softint size=-1, timeout timeout_ms=-1) | Qore::Socket | |
| sendHTTPChunkedBodyFromInputStream(Qore::InputStream input_stream, int max_chunk_size=4096, timeout timeout_ms=-1, *code tcb) | Qore::Socket | |
| sendHTTPChunkedBodyTrailer(*hash< auto > trailer, timeout timeout_ms=-1) | Qore::Socket | |
| sendHTTPMessage(string method, string path, string http_version, hash< auto > headers, string body, *reference< hash > info, timeout timeout_ms=-1) | Qore::Socket | |
| sendHTTPMessage(string method, string path, string http_version, hash< auto > headers, *binary body, *reference< hash< auto > > info, timeout timeout_ms=-1) | Qore::Socket | |
| sendHTTPMessageWithCallback(code scb, string method, string path, string http_version, hash< auto > headers, *reference< hash< auto > > info, timeout timeout_ms=-1) | Qore::Socket | |
| sendHTTPResponse(softint status_code, string status_desc, string http_version, hash< auto > headers, string body, timeout timeout_ms=-1) | Qore::Socket | |
| sendHTTPResponse(softint status_code, string status_desc, string http_version, hash< auto > headers, string body, *reference< hash< auto > > info, timeout timeout_ms=-1) | Qore::Socket | |
| sendHTTPResponse(softint status_code, string status_desc, string http_version, hash< auto > headers, *binary body, timeout timeout_ms=-1) | Qore::Socket | |
| sendHTTPResponse(softint status_code, string status_desc, string http_version, hash< auto > headers, *binary body, *reference< hash< auto > > info, timeout timeout_ms=-1) | Qore::Socket | |
| sendHTTPResponse(softint status_code, string status_desc, string http_version, hash< auto > headers, Qore::InputStream input_stream, int max_chunk_size=4096, *reference< hash< auto > > info, timeout timeout_ms=-1, *code tcb) | Qore::Socket | |
| sendHTTPResponseWithCallback(code scb, softint status_code, string status_desc, string http_version, hash< auto > headers, timeout timeout_ms=-1) | Qore::Socket | |
| sendHTTPResponseWithCallback(code scb, softint status_code, string status_desc, string http_version, hash< auto > headers, *reference< hash< auto > > info, timeout timeout_ms=-1) | Qore::Socket | |
| sendi1(softint i=0, timeout timeout_ms=-1) | Qore::Socket | |
| sendi2(softint i=0, timeout timeout_ms=-1) | Qore::Socket | |
| sendi2LSB(softint i=0, timeout timeout_ms=-1) | Qore::Socket | |
| sendi4(softint i=0, timeout timeout_ms=-1) | Qore::Socket | |
| sendi4LSB(softint i=0, timeout timeout_ms=-1) | Qore::Socket | |
| sendi8(softint i=0, timeout timeout_ms=-1) | Qore::Socket | |
| sendi8LSB(softint i=0, timeout timeout_ms=-1) | Qore::Socket | |
| sendWithCallbacks(code scb, code rcb, string method, *string path, *hash< auto > headers, timeout timeout_ms=0, softbool getbody=False, *reference< hash< auto > > info) | Qore::HTTPClient | |
| sendWithRecvCallback(code rcb, string body, string method, *string path, *hash< auto > headers, timeout timeout_ms=0, softbool getbody=False, *reference< hash< auto > > info) | Qore::HTTPClient | |
| sendWithRecvCallback(code rcb, *binary body, string method, *string path, *hash< auto > headers, timeout timeout_ms=0, softbool getbody=False, *reference< hash< auto > > info) | Qore::HTTPClient | |
| sendWithSendCallback(code scb, string method, *string path, *hash< auto > headers, timeout timeout_ms=0, softbool getbody=False, *reference< hash > info) | Qore::HTTPClient | |
| Qore::serialize(OutputStream stream, *int flags) | Qore::Serializable | |
| Qore::serialize(*int flags) | Qore::Serializable | |
| Qore::serialize(auto val, OutputStream stream, *int flags) | Qore::Serializable | static |
| Qore::serialize(auto val, *int flags) | Qore::Serializable | static |
| ConnectionProvider::UpdateOptionsInterface::serialize(OutputStream stream, *int flags) | Qore::Serializable | |
| ConnectionProvider::UpdateOptionsInterface::serialize(*int flags) | Qore::Serializable | |
| ConnectionProvider::UpdateOptionsInterface::serialize(auto val, OutputStream stream, *int flags) | Qore::Serializable | static |
| ConnectionProvider::UpdateOptionsInterface::serialize(auto val, *int flags) | Qore::Serializable | static |
| ConnectionProvider::OptionHelper::serialize(OutputStream stream, *int flags) | Qore::Serializable | |
| ConnectionProvider::OptionHelper::serialize(*int flags) | Qore::Serializable | |
| ConnectionProvider::OptionHelper::serialize(auto val, OutputStream stream, *int flags) | Qore::Serializable | static |
| ConnectionProvider::OptionHelper::serialize(auto val, *int flags) | Qore::Serializable | static |
| Qore::serializeMembers(*hash< auto > members) | Qore::Serializable | private:internal |
| Qore::serializeToData(*int flags) | Qore::Serializable | |
| Qore::serializeToData(auto val, *int flags) | Qore::Serializable | static |
| ConnectionProvider::UpdateOptionsInterface::serializeToData(*int flags) | Qore::Serializable | |
| ConnectionProvider::UpdateOptionsInterface::serializeToData(auto val, *int flags) | Qore::Serializable | static |
| ConnectionProvider::OptionHelper::serializeToData(*int flags) | Qore::Serializable | |
| ConnectionProvider::OptionHelper::serializeToData(auto val, *int flags) | Qore::Serializable | static |
| setAltTokenSigner(code signer, string signer_header) | RestClient::RestClient | |
| setAssumedEncoding(*string encoding) | Qore::HTTPClient | |
| setCertificate(SSLCertificate cert) | Qore::Socket | |
| setCertificate(string cert_pem) | Qore::Socket | |
| setCertificate(binary cert_der) | Qore::Socket | |
| setCertificateAndPrivateKey(SSLCertificate cert, SSLPrivateKey key) | Qore::Socket | |
| setCharset(string encoding) | Qore::Socket | |
| setConnectionPath(*string uri_path) | Qore::HTTPClient | |
| setConnectTimeout(timeout timeout_ms=-1) | Qore::HTTPClient | |
| setContentEncoding(string enc='auto') | RestClient::RestClient | |
| setDefaultPath(*string path) | Qore::HTTPClient | |
| setEncoding(string encoding) | Qore::HTTPClient | |
| setEncodingPassthru(bool set=True) | Qore::HTTPClient | |
| setErrorPassthru(bool set=True) | Qore::HTTPClient | |
| setEventQueue() | Qore::HTTPClient | |
| setEventQueue(Qore::Thread::Queue queue, auto arg, *bool with_data) | Qore::HTTPClient | |
| setHTTPVersion(string ver) | Qore::HTTPClient | |
| setLogger(*LoggerInterface logger) | RestClient::RestClient | |
| setMaxRedirects(softint mr=0) | Qore::HTTPClient | |
| setNoDelay(softbool b=True) | Qore::HTTPClient | |
| Qore::Socket::setNoDelay(bool nd=True) | Qore::Socket | |
| setOAuth2LoginInfo(hash< auto > h) | RestClient::RestClient | private |
| setOAuth2Options(hash< auto > new_opts) | RestClient::RestClient | |
| setPersistent() | Qore::HTTPClient | |
| setPreEncodedUrls(bool set=True) | Qore::HTTPClient | |
| setPrivateKey(SSLPrivateKey key) | Qore::Socket | |
| setPrivateKey(string key_pem, *string pass) | Qore::Socket | |
| setPrivateKey(binary key_der) | Qore::Socket | |
| setProxySecure(softbool b=True) | Qore::HTTPClient | |
| setProxyURL() | Qore::HTTPClient | |
| setProxyURL(string url) | Qore::HTTPClient | |
| setProxyUserPassword(string user, string pass) | Qore::HTTPClient | |
| setProxyUserPassword() | Qore::HTTPClient | |
| setRecvTimeout(timeout timeout_ms) | Qore::Socket | |
| setRedirectPassthru(bool set=True) | Qore::HTTPClient | |
| setSecure(softbool secure=True) | Qore::HTTPClient | |
| setSendEncoding(string enc='auto') | RestClient::RestClient | |
| setSendTimeout(timeout timeout_ms) | Qore::Socket | |
| setSerialization(string data='auto') | RestClient::RestClient | |
| setSslVerifyMode(int mode) | Qore::Socket | |
| setTimeout(timeout timeout_ms=0) | Qore::HTTPClient | |
| setToken(string token_type, string token, *string refresh_token, *date token_expiry) | RestClient::RestClient | |
| setupAuth(hash< auto > opts, *bool no_exceptions) | RestClient::RestClient | private |
| setUpdateOptionsCode(*code update_options) | ConnectionProvider::UpdateOptionsInterface | |
| setURL(string url) | Qore::HTTPClient | |
| setUserPassword(string user, string pass) | Qore::HTTPClient | |
| setUserPassword() | Qore::HTTPClient | |
| setValidator(RestSchemaValidator::AbstractRestSchemaValidator validator) | RestClient::RestClient | |
| setWarningQueue(int warning_ms, int warning_bs, Queue queue, auto arg, timeout min_ms=1s) | Qore::HTTPClient | |
| shutdown() | Qore::Socket | |
| shutdownSSL() | Qore::Socket | |
| startOAuth2AuthPoll(hash< auto > login) | RestClient::RestClient | private |
| startOAuth2PollRefreshToken() | RestClient::RestClient | |
| startOAuth2PollSendRecv() | RestClient::RestClient | |
| startPollAccept() | Qore::Socket | |
| startPollConnect() | Qore::HTTPClient | |
| Qore::Socket::startPollConnect(string target) | Qore::Socket | |
| startPollConnectSsl(string target) | Qore::Socket | |
| startPollReadHttpHeader() | Qore::Socket | |
| startPollRecvBinary(int size) | Qore::Socket | |
| startPollRecvData() | Qore::Socket | |
| startPollRecvString(int size) | Qore::Socket | |
| startPollRecvUntilBytesBinary(string pattern) | Qore::Socket | |
| startPollRecvUntilBytesString(string pattern) | Qore::Socket | |
| startPollSend(string data) | Qore::Socket | |
| startPollSend(binary data) | Qore::Socket | |
| startPollSendRecv(string method, *string path, string body, *hash< auto > headers) | Qore::HTTPClient | |
| startPollSendRecv(string method, *string path, *binary body, *hash< auto > headers) | Qore::HTTPClient | |
| startPollUpgradeClientToSSL() | Qore::Socket | |
| startPollUpgradeServerToSSL() | Qore::Socket | |
| token | RestClient::RestClient | private |
| token_api_key_header | RestClient::RestClient | private |
| token_timestamp | RestClient::RestClient | private |
| token_type | RestClient::RestClient | private |
| tryDecodeErrorResponse(reference< hash< auto > > h, *reference< hash< auto > > info) | RestClient::RestClient | private:internalstatic |
| update_options | ConnectionProvider::UpdateOptionsInterface | private |
| upgradeClientToSSL(timeout timeout_ms=-1) | Qore::Socket | |
| upgradeServerToSSL(timeout timeout_ms=-1) | Qore::Socket | |
| username | RestClient::RestClient | private |
| usingOAuth2() | RestClient::RestClient | |
| verifyPeerCertificate() | Qore::Socket | |
| Version | RestClient::RestClient | |
| VersionString | RestClient::RestClient | |