Protocol
int Protocol() const;
int Protocol() const;
uint8 Protocol() const;
uint8 Protocol() const;
const BString& Protocol() const;
static bt_packet_t Protocol(uint32 code)
const BString& Protocol() const;
if (usb_class_proto_id == UsbClassCodeTable[i].Protocol)
return Assemble(bluetoothDevice, Bluetooth::CodeHandler::Protocol(code),
UINT8 Protocol;
UINT8 Protocol;
IMAP::Protocol fProtocol;
IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol();
IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol();
IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol();
IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol();
IMAP::Protocol& Protocol()
IMAP::Protocol& protocol = WorkerPrivate(worker).Protocol();
IMAP::Protocol fProtocol;
IMAPMailbox::IMAPMailbox(IMAP::Protocol& protocol, const BString& mailboxName)
class Protocol;
IMAPMailbox(IMAP::Protocol& protocol,
IMAP::Protocol& fProtocol;
IMAPProtocol::CheckSubscribedFolders(IMAP::Protocol& protocol, bool idle)
class Protocol;
IMAP::Protocol& protocol, bool idle);
Protocol::Disconnect()
Protocol::IsConnected()
Protocol::AddHandler(Handler& handler)
Protocol::RemoveHandler(Handler& handler)
Protocol::GetFolders(FolderList& folders, BString& separator)
Protocol::GetSubscribedFolders(BStringList& folders, BString& separator)
Protocol::SubscribeFolder(const char* folder)
Protocol::UnsubscribeFolder(const char* folder)
Protocol::GetQuota(uint64& used, uint64& total)
Protocol::SendCommand(const char* command)
Protocol::SendCommand(int32 id, const char* command)
Protocol::Protocol()
Protocol::SendData(const char* buffer, uint32 length)
Protocol::ProcessCommand(Command& command, bigtime_t timeout)
Protocol::HandleResponse(Command* command, bigtime_t timeout,
Protocol::~Protocol()
Protocol::NextCommandID()
Protocol::_Disconnect()
Protocol::_GetAllFolders(BStringList& folders)
Protocol::_ParseCapabilities(const ArgumentList& arguments)
Protocol::Connect(const BNetworkAddress& address, const char* username,
class Protocol {
Protocol();
~Protocol();
|| device->Protocol() == fSupportedDevices[i].desc.dev_protocol)) {
|| alt->Protocol() == fSupportedDevices[i].desc.dev_protocol)) {
BString protocol = url.Protocol();
const char *protocol = url.Protocol();
&& (alternate->Protocol() == PIT_UNIDIRECTIONAL
|| alternate->Protocol() == PIT_BIDIRECTIONAL
|| alternate->Protocol() == PIT_1284_4_COMPATIBLE)) {
if (value.Protocol() != "http" && value.Protocol() != "https") {
if (url.IsValid() && url.Protocol() != "file") {
BString proto = url.Protocol();
BString proto = url.Protocol();
usb_get_class_info(device.Class(), device.Subclass(), device.Protocol(), classInfo,
printf(" Protocol ............... 0x%02x %s\n", device.Protocol(), classInfo);
usb_get_class_info(interface->Class(), interface->Subclass(), interface->Protocol(), classInfo,
interface->Protocol(), classInfo);
mimetype += u.Protocol();
mimetype += u.Protocol();
mimetype += u.Protocol();
BString proto = url.Protocol();
mimetype += u.Protocol();
&& Protocol() == other.Protocol()
&& address.Protocol() == Protocol()
if (fUrl.Protocol() == "https")
else if (fUrl.Protocol() == "http")
request << Url().Protocol() << "://" << Url().Host();
if (url.Protocol() == "file" && url.Host().Length() == 0) {
if (url.Protocol() == "file" && url.Host().Length() == 0) {
if (Secure() && url.Protocol() != "https")
if (url.Protocol() == "file")
if (url.Protocol() == "file")
if (fUrl.Protocol() == "file")
fprintf(stderr, " %s: %s\n", caller->Protocol().String(), text);
if (url.Protocol() == "http") {
} else if (url.Protocol() == "https") {
} else if (url.Protocol() == "file") {
} else if (url.Protocol() == "data") {
} else if (url.Protocol() == "gopher") {
"BUrlSynchronousRequest", request.Protocol()),
if (url.Protocol() != "http" && url.Protocol() != "https") {
int defaultPort = fData->url.Protocol() == "http" ? 80 : 443;
else if (fRequest.Url().Protocol() == "https")
if (fRequest.Url().Protocol() == "https") {
SetProtocol(relative.Protocol());
SetProtocol(base.Protocol());
connection.Type(), connection.Protocol());
int Protocol() const { return address.Protocol(); }
undi_tx.Protocol = P_UNKNOWN;
uint8 Protocol;
static IMAP::Protocol sProtocol;
CPPUNIT_ASSERT(url.Protocol() == "http");
CPPUNIT_ASSERT(url.Protocol() == "file");
CPPUNIT_ASSERT(url.Protocol() == "data");
CPPUNIT_ASSERT(url.Protocol() == "wierd");
CPPUNIT_ASSERT(url.Protocol() == "https");
CPPUNIT_ASSERT(url.Protocol() == "https");
CPPUNIT_ASSERT(url.Protocol() == "https");
CPPUNIT_ASSERT(url.Protocol() == "https");
CPPUNIT_ASSERT(url.Protocol() == "https");
CPPUNIT_ASSERT(url.Protocol() == "olala");
CPPUNIT_ASSERT(url.Protocol() == "mailto");
CPPUNIT_ASSERT(url.Protocol() == "http");
CPPUNIT_ASSERT(url.Protocol() == "http");
CPPUNIT_ASSERT(url.Protocol() == "http");
CPPUNIT_ASSERT_EQUAL(BString("http"), url.Protocol());
BString(testUrl.Protocol()));