Panda3D
HTTPChannel Member List

This is the complete list of members for HTTPChannel, including all inherited members.

__init__(const HTTPChannel)HTTPChannel
beginConnectTo(const DocumentSpec url)HTTPChannel
beginGetDocument(const DocumentSpec url)HTTPChannel
beginGetHeader(const DocumentSpec url)HTTPChannel
beginGetSubdocument(const DocumentSpec url, int first_byte, int last_byte)HTTPChannel
beginPostForm(const DocumentSpec url, str body)HTTPChannel
clearExtraHeaders()HTTPChannel
closeReadBody(Istream stream)HTTPChannel
connectTo(const DocumentSpec url)HTTPChannel
deleteDocument(const DocumentSpec url)HTTPChannel
downloadToFile(const Filename filename, bool subdocument_resumes)HTTPChannel
downloadToRam(Ramfile ramfile, bool subdocument_resumes)HTTPChannel
downloadToStream(Ostream strm, bool subdocument_resumes)HTTPChannel
getAllowProxy()HTTPChannel
getBlockingConnect()HTTPChannel
getBytesDownloaded()HTTPChannel
getBytesRequested()HTTPChannel
getClassType()HTTPChannelstatic
getClient()HTTPChannel
getConnection()HTTPChannel
getConnectTimeout()HTTPChannel
getContentType()HTTPChannel
getDocument(const DocumentSpec url)HTTPChannel
getDocumentSpec()HTTPChannel
getDownloadThrottle()HTTPChannel
getFileSize()HTTPChannel
getFirstByteDelivered()HTTPChannel
getFirstByteRequested()HTTPChannel
getHeader(const DocumentSpec url)HTTPChannel
getHeaderValue(str key)HTTPChannel
getHttpTimeout()HTTPChannel
getHttpVersion()HTTPChannel
getHttpVersionString()HTTPChannel
getIdleTimeout()HTTPChannel
getLastByteDelivered()HTTPChannel
getLastByteRequested()HTTPChannel
getMaxBytesPerSecond()HTTPChannel
getMaxUpdatesPerSecond()HTTPChannel
getNumRedirectSteps()HTTPChannel
getOptions(const DocumentSpec url)HTTPChannel
getPersistentConnection()HTTPChannel
getProxyRealm()HTTPChannel
getProxyTunnel()HTTPChannel
getRedirect()HTTPChannel
getRedirectStep(int n)HTTPChannel
getRedirectSteps()HTTPChannel
getRefCount()ReferenceCount
getSkipBodySize()HTTPChannel
getStatusCode()HTTPChannel
getStatusString()HTTPChannel
getSubdocument(const DocumentSpec url, int first_byte, int last_byte)HTTPChannel
getTrace(const DocumentSpec url)HTTPChannel
getType()TypedObject
getTypeIndex()TypedObject
getUrl()HTTPChannel
getWwwRealm()HTTPChannel
isConnectionReady()HTTPChannel
isDownloadComplete()HTTPChannel
isExactType(TypeHandle handle)TypedObject
isFileSizeKnown()HTTPChannel
isOfType(TypeHandle handle)TypedObject
isValid()HTTPChannel
openReadBody()HTTPChannel
postForm(const DocumentSpec url, str body)HTTPChannel
preserveStatus()HTTPChannel
putDocument(const DocumentSpec url, str body)HTTPChannel
ref()ReferenceCount
ref_countReferenceCount
reset()HTTPChannel
run()HTTPChannel
SC_download_invalid_range enum valueHTTPChannel
SC_download_open_error enum valueHTTPChannel
SC_download_write_error enum valueHTTPChannel
SC_http_error_watermark enum valueHTTPChannel
SC_incomplete enum valueHTTPChannel
SC_internal_error enum valueHTTPChannel
SC_invalid_http enum valueHTTPChannel
SC_lost_connection enum valueHTTPChannel
SC_no_connection enum valueHTTPChannel
SC_non_http_response enum valueHTTPChannel
SC_socks_invalid_version enum valueHTTPChannel
SC_socks_no_acceptable_login_method enum valueHTTPChannel
SC_socks_no_connection enum valueHTTPChannel
SC_socks_refused enum valueHTTPChannel
SC_ssl_internal_failure enum valueHTTPChannel
SC_ssl_invalid_server_certificate enum valueHTTPChannel
SC_ssl_no_handshake enum valueHTTPChannel
SC_ssl_self_signed_server_certificate enum valueHTTPChannel
SC_ssl_unexpected_server enum valueHTTPChannel
SC_timeout enum valueHTTPChannel
sendExtraHeader(str key, str value)HTTPChannel
setAllowProxy(bool allow_proxy)HTTPChannel
setBlockingConnect(bool blocking_connect)HTTPChannel
setConnectTimeout(double timeout_seconds)HTTPChannel
setContentType(str content_type)HTTPChannel
setDownloadThrottle(bool download_throttle)HTTPChannel
setExpectedFileSize(int file_size)HTTPChannel
setHttpTimeout(double timeout_seconds)HTTPChannel
setIdleTimeout(double idle_timeout)HTTPChannel
setMaxBytesPerSecond(double max_bytes_per_second)HTTPChannel
setMaxUpdatesPerSecond(double max_updates_per_second)HTTPChannel
setPersistentConnection(bool persistent_connection)HTTPChannel
setProxyTunnel(bool proxy_tunnel)HTTPChannel
setSkipBodySize(int skip_body_size)HTTPChannel
StatusCode enum nameHTTPChannel
testRefCountIntegrity()ReferenceCount
testRefCountNonzero()ReferenceCount
typeTypedObject
unref()ReferenceCount
willCloseConnection()HTTPChannel
writeHeaders(Ostream out)HTTPChannel