bes
Updated for version 3.20.6
|
utility class for the gateway remote request mechanism More...
#include <GatewayUtils.h>
Static Public Member Functions | |
static void | Get_type_from_content_type (const std::string &ctype, std::string &type) |
static void | Get_type_from_disposition (const std::string &disp, std::string &type) |
static void | Get_type_from_url (const std::string &url, std::string &type) |
static void | Initialize () |
utility class for the gateway remote request mechanism
Definition at line 42 of file GatewayUtils.h.
|
static |
Look for the type of handler that can read the filename found in the
disp | The disposition string |
type | The type of the handler that can read this file or the empty string if the BES Catalog Utils cannot find a handler to read it. |
Definition at line 304 of file GatewayUtils.cc.