Searched refs:BUnsupportedProtocol (Results 1 – 5 of 5) sorted by relevance
/haiku/src/kits/network/libnetservices2/ |
H A D | NetServicesMisc.cpp | 20 BUnsupportedProtocol::BUnsupportedProtocol( in BUnsupportedProtocol() function in BPrivate::Network::BUnsupportedProtocol 30 BUnsupportedProtocol::BUnsupportedProtocol(BString origin, BUrl url, BStringList supportedProtocols) in BUnsupportedProtocol() function in BPrivate::Network::BUnsupportedProtocol 40 BUnsupportedProtocol::Message() const noexcept in Message() 47 BUnsupportedProtocol::Url() const in Url() 54 BUnsupportedProtocol::SupportedProtocols() const in SupportedProtocols()
|
H A D | HttpRequest.cpp | 407 throw BUnsupportedProtocol(__PRETTY_FUNCTION__, BUrl(url), list); in SetUrl()
|
/haiku/headers/private/netservices2/ |
H A D | NetServicesDefs.h | 21 class BUnsupportedProtocol : public BError 24 BUnsupportedProtocol(const char* origin, BUrl url, 26 BUnsupportedProtocol(BString origin, BUrl url,
|
/haiku/docs/user/netservices/ |
H A D | NetServicesDefs.dox | 31 \class BUnsupportedProtocol 40 \fn BUnsupportedProtocol::BUnsupportedProtocol(const char* origin, 54 \fn BUnsupportedProtocol::BUnsupportedProtocol(BString origin, BUrl url, 56 \copydoc BUnsupportedProtocol(const char*, BUrl, BStringList) 63 \fn virtual const char* BUnsupportedProtocol::Message() const noexcept override 71 \fn const BUrl& BUnsupportedProtocol::Url() const 79 \fn const BStringList& BUnsupportedProtocol::SupportedProtocols() const
|
H A D | HttpRequest.dox | 438 \exception BUnsupportedProtocol This exception is raised when the protocol of the URL cannot be 777 \exception BUnsupportedProtocol This exception is raised when the protocol of the URL cannot be
|