Searched refs:BUnsupportedProtocol (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/network/libnetservices2/
H A DNetServicesMisc.cpp17 // #pragma mark -- BUnsupportedProtocol
20 BUnsupportedProtocol::BUnsupportedProtocol( function in class:BPrivate::Network::BUnsupportedProtocol
30 BUnsupportedProtocol::BUnsupportedProtocol(BString origin, BUrl url, BStringList supportedProtocols) function in class:BPrivate::Network::BUnsupportedProtocol
40 BUnsupportedProtocol::Message() const noexcept
47 BUnsupportedProtocol::Url() const
54 BUnsupportedProtocol::SupportedProtocols() const
H A DHttpRequest.cpp407 throw BUnsupportedProtocol(__PRETTY_FUNCTION__, BUrl(url), list);
/haiku/headers/private/netservices2/
H A DNetServicesDefs.h21 class BUnsupportedProtocol : public BError class in namespace:BPrivate::Network
24 BUnsupportedProtocol(const char* origin, BUrl url,
26 BUnsupportedProtocol(BString origin, BUrl url,

Completed in 46 milliseconds