Home | History | Annotate | Download | only in network

Lines Matching defs:ProtectionSpace

26 #include "ProtectionSpace.h"
38 ProtectionSpace::ProtectionSpace()
50 ProtectionSpace::ProtectionSpace(const String& host, int port, ProtectionSpaceServerType serverType, const String& realm, ProtectionSpaceAuthenticationScheme authenticationScheme)
60 const String& ProtectionSpace::host() const
65 int ProtectionSpace::port() const
70 ProtectionSpaceServerType ProtectionSpace::serverType() const
75 bool ProtectionSpace::isProxy() const
83 const String& ProtectionSpace::realm() const
88 ProtectionSpaceAuthenticationScheme ProtectionSpace::authenticationScheme() const
93 bool ProtectionSpace::receivesCredentialSecurely() const
106 bool operator==(const ProtectionSpace& a, const ProtectionSpace& b)