VirtualFileMountHTTP

from panda3d.core import VirtualFileMountHTTP
class VirtualFileMountHTTP

Bases: VirtualFileMount

Maps a web page (URL root) into the VirtualFileSystem.

Inheritance diagram

Inheritance diagram of VirtualFileMountHTTP

__init__(*args, **kwargs)
getClassType()

C++ Interface: get_class_type()

getHttpClient()

C++ Interface: get_http_client(VirtualFileMountHTTP self)

/**
  • Returns the HTTPClient object that services this mount point.

*/

getRoot()

C++ Interface: get_root(VirtualFileMountHTTP self)

/**
  • Returns the URL that represents the root of this mount point.

*/

get_class_type()

C++ Interface: get_class_type()

get_http_client()

C++ Interface: get_http_client(VirtualFileMountHTTP self)

/**
  • Returns the HTTPClient object that services this mount point.

*/

get_root()

C++ Interface: get_root(VirtualFileMountHTTP self)

/**
  • Returns the URL that represents the root of this mount point.

*/

reloadVfsMountUrl()

C++ Interface: reload_vfs_mount_url()

/**
  • Reads all of the vfs-mount-url lines in the Config.prc file and replaces

  • the mount settings to match them.

  • This will mount any url’s mentioned in the config file, and unmount and

  • unmount any url’s no longer mentioned in the config file. Normally, it is

  • called automatically at startup, and need not be called again, unless you

  • have fiddled with some config settings.

*/

reload_vfs_mount_url()

C++ Interface: reload_vfs_mount_url()

/**
  • Reads all of the vfs-mount-url lines in the Config.prc file and replaces

  • the mount settings to match them.

  • This will mount any url’s mentioned in the config file, and unmount and

  • unmount any url’s no longer mentioned in the config file. Normally, it is

  • called automatically at startup, and need not be called again, unless you

  • have fiddled with some config settings.

*/