/usr/include/thunderbird/nsIHttpChannelInternal.h is in thunderbird-dev 1:52.8.0-1~deb8u1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 | /*
* DO NOT EDIT. THIS FILE IS GENERATED FROM ../../../dist/idl/nsIHttpChannelInternal.idl
*/
#ifndef __gen_nsIHttpChannelInternal_h__
#define __gen_nsIHttpChannelInternal_h__
#ifndef __gen_nsISupports_h__
#include "nsISupports.h"
#endif
#include "mozilla/Assertions.h"
#include "mozilla/DebugOnly.h"
/* For IDL files that don't want to include root IDL files. */
#ifndef NS_NO_VTABLE
#define NS_NO_VTABLE
#endif
#include "nsTArrayForwardDeclare.h"
template<class T> class nsCOMArray;
class nsCString;
namespace mozilla { namespace net { class nsHttpChannel; } }
class nsIAsyncInputStream; /* forward declaration */
class nsIAsyncOutputStream; /* forward declaration */
class nsIPrincipal; /* forward declaration */
class nsIProxyInfo; /* forward declaration */
class nsISecurityConsoleMessage; /* forward declaration */
class nsISocketTransport; /* forward declaration */
class nsIURI; /* forward declaration */
/* starting interface: nsIHttpUpgradeListener */
#define NS_IHTTPUPGRADELISTENER_IID_STR "5b515449-ab64-4dba-b3cd-da8fc2f83064"
#define NS_IHTTPUPGRADELISTENER_IID \
{0x5b515449, 0xab64, 0x4dba, \
{ 0xb3, 0xcd, 0xda, 0x8f, 0xc2, 0xf8, 0x30, 0x64 }}
class NS_NO_VTABLE nsIHttpUpgradeListener : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IHTTPUPGRADELISTENER_IID)
/* void onTransportAvailable (in nsISocketTransport aTransport, in nsIAsyncInputStream aSocketIn, in nsIAsyncOutputStream aSocketOut); */
NS_IMETHOD OnTransportAvailable(nsISocketTransport *aTransport, nsIAsyncInputStream *aSocketIn, nsIAsyncOutputStream *aSocketOut) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIHttpUpgradeListener, NS_IHTTPUPGRADELISTENER_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIHTTPUPGRADELISTENER \
NS_IMETHOD OnTransportAvailable(nsISocketTransport *aTransport, nsIAsyncInputStream *aSocketIn, nsIAsyncOutputStream *aSocketOut) override;
/* Use this macro when declaring the members of this interface when the
class doesn't implement the interface. This is useful for forwarding. */
#define NS_DECL_NON_VIRTUAL_NSIHTTPUPGRADELISTENER \
NS_METHOD OnTransportAvailable(nsISocketTransport *aTransport, nsIAsyncInputStream *aSocketIn, nsIAsyncOutputStream *aSocketOut);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIHTTPUPGRADELISTENER(_to) \
NS_IMETHOD OnTransportAvailable(nsISocketTransport *aTransport, nsIAsyncInputStream *aSocketIn, nsIAsyncOutputStream *aSocketOut) override { return _to OnTransportAvailable(aTransport, aSocketIn, aSocketOut); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIHTTPUPGRADELISTENER(_to) \
NS_IMETHOD OnTransportAvailable(nsISocketTransport *aTransport, nsIAsyncInputStream *aSocketIn, nsIAsyncOutputStream *aSocketOut) override { return !_to ? NS_ERROR_NULL_POINTER : _to->OnTransportAvailable(aTransport, aSocketIn, aSocketOut); }
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsHttpUpgradeListener : public nsIHttpUpgradeListener
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIHTTPUPGRADELISTENER
nsHttpUpgradeListener();
private:
~nsHttpUpgradeListener();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsHttpUpgradeListener, nsIHttpUpgradeListener)
nsHttpUpgradeListener::nsHttpUpgradeListener()
{
/* member initializers and constructor code */
}
nsHttpUpgradeListener::~nsHttpUpgradeListener()
{
/* destructor code */
}
/* void onTransportAvailable (in nsISocketTransport aTransport, in nsIAsyncInputStream aSocketIn, in nsIAsyncOutputStream aSocketOut); */
NS_IMETHODIMP nsHttpUpgradeListener::OnTransportAvailable(nsISocketTransport *aTransport, nsIAsyncInputStream *aSocketIn, nsIAsyncOutputStream *aSocketOut)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
/* starting interface: nsIHttpChannelInternal */
#define NS_IHTTPCHANNELINTERNAL_IID_STR "4e28263d-1e03-46f4-aa5c-9512f91957f9"
#define NS_IHTTPCHANNELINTERNAL_IID \
{0x4e28263d, 0x1e03, 0x46f4, \
{ 0xaa, 0x5c, 0x95, 0x12, 0xf9, 0x19, 0x57, 0xf9 }}
class NS_NO_VTABLE nsIHttpChannelInternal : public nsISupports {
public:
NS_DECLARE_STATIC_IID_ACCESSOR(NS_IHTTPCHANNELINTERNAL_IID)
/* attribute nsIURI documentURI; */
NS_IMETHOD GetDocumentURI(nsIURI * *aDocumentURI) = 0;
NS_IMETHOD SetDocumentURI(nsIURI *aDocumentURI) = 0;
/* void getRequestVersion (out unsigned long major, out unsigned long minor); */
NS_IMETHOD GetRequestVersion(uint32_t *major, uint32_t *minor) = 0;
/* void getResponseVersion (out unsigned long major, out unsigned long minor); */
NS_IMETHOD GetResponseVersion(uint32_t *major, uint32_t *minor) = 0;
/* [noscript] void takeAllSecurityMessages (in securityMessagesArray aMessages); */
NS_IMETHOD TakeAllSecurityMessages(nsCOMArray<nsISecurityConsoleMessage> & aMessages) = 0;
/* void setCookie (in string aCookieHeader); */
NS_IMETHOD SetCookie(const char * aCookieHeader) = 0;
/* void setupFallbackChannel (in string aFallbackKey); */
NS_IMETHOD SetupFallbackChannel(const char * aFallbackKey) = 0;
enum {
THIRD_PARTY_FORCE_ALLOW = 1U
};
/* attribute unsigned long thirdPartyFlags; */
NS_IMETHOD GetThirdPartyFlags(uint32_t *aThirdPartyFlags) = 0;
NS_IMETHOD SetThirdPartyFlags(uint32_t aThirdPartyFlags) = 0;
/* attribute boolean forceAllowThirdPartyCookie; */
NS_IMETHOD GetForceAllowThirdPartyCookie(bool *aForceAllowThirdPartyCookie) = 0;
NS_IMETHOD SetForceAllowThirdPartyCookie(bool aForceAllowThirdPartyCookie) = 0;
/* readonly attribute boolean canceled; */
NS_IMETHOD GetCanceled(bool *aCanceled) = 0;
/* attribute boolean channelIsForDownload; */
NS_IMETHOD GetChannelIsForDownload(bool *aChannelIsForDownload) = 0;
NS_IMETHOD SetChannelIsForDownload(bool aChannelIsForDownload) = 0;
/* readonly attribute AUTF8String localAddress; */
NS_IMETHOD GetLocalAddress(nsACString & aLocalAddress) = 0;
/* readonly attribute int32_t localPort; */
NS_IMETHOD GetLocalPort(int32_t *aLocalPort) = 0;
/* readonly attribute AUTF8String remoteAddress; */
NS_IMETHOD GetRemoteAddress(nsACString & aRemoteAddress) = 0;
/* readonly attribute int32_t remotePort; */
NS_IMETHOD GetRemotePort(int32_t *aRemotePort) = 0;
/* [noscript] void setCacheKeysRedirectChain (in StringArray cacheKeys); */
NS_IMETHOD SetCacheKeysRedirectChain(nsTArray<nsCString> *cacheKeys) = 0;
/* void HTTPUpgrade (in ACString aProtocolName, in nsIHttpUpgradeListener aListener); */
NS_IMETHOD HTTPUpgrade(const nsACString & aProtocolName, nsIHttpUpgradeListener *aListener) = 0;
/* attribute boolean allowSpdy; */
NS_IMETHOD GetAllowSpdy(bool *aAllowSpdy) = 0;
NS_IMETHOD SetAllowSpdy(bool aAllowSpdy) = 0;
/* attribute boolean responseTimeoutEnabled; */
NS_IMETHOD GetResponseTimeoutEnabled(bool *aResponseTimeoutEnabled) = 0;
NS_IMETHOD SetResponseTimeoutEnabled(bool aResponseTimeoutEnabled) = 0;
/* attribute unsigned long initialRwin; */
NS_IMETHOD GetInitialRwin(uint32_t *aInitialRwin) = 0;
NS_IMETHOD SetInitialRwin(uint32_t aInitialRwin) = 0;
/* readonly attribute nsIURI apiRedirectToURI; */
NS_IMETHOD GetApiRedirectToURI(nsIURI * *aApiRedirectToURI) = 0;
/* attribute boolean allowAltSvc; */
NS_IMETHOD GetAllowAltSvc(bool *aAllowAltSvc) = 0;
NS_IMETHOD SetAllowAltSvc(bool aAllowAltSvc) = 0;
/* attribute boolean beConservative; */
NS_IMETHOD GetBeConservative(bool *aBeConservative) = 0;
NS_IMETHOD SetBeConservative(bool aBeConservative) = 0;
/* readonly attribute PRTime lastModifiedTime; */
NS_IMETHOD GetLastModifiedTime(PRTime *aLastModifiedTime) = 0;
/* void forceIntercepted (in uint64_t aInterceptionID); */
NS_IMETHOD ForceIntercepted(uint64_t aInterceptionID) = 0;
/* readonly attribute boolean responseSynthesized; */
NS_IMETHOD GetResponseSynthesized(bool *aResponseSynthesized) = 0;
/* attribute boolean corsIncludeCredentials; */
NS_IMETHOD GetCorsIncludeCredentials(bool *aCorsIncludeCredentials) = 0;
NS_IMETHOD SetCorsIncludeCredentials(bool aCorsIncludeCredentials) = 0;
enum {
CORS_MODE_SAME_ORIGIN = 0U,
CORS_MODE_NO_CORS = 1U,
CORS_MODE_CORS = 2U,
CORS_MODE_NAVIGATE = 3U
};
/* attribute unsigned long corsMode; */
NS_IMETHOD GetCorsMode(uint32_t *aCorsMode) = 0;
NS_IMETHOD SetCorsMode(uint32_t aCorsMode) = 0;
enum {
REDIRECT_MODE_FOLLOW = 0U,
REDIRECT_MODE_ERROR = 1U,
REDIRECT_MODE_MANUAL = 2U
};
/* attribute unsigned long redirectMode; */
NS_IMETHOD GetRedirectMode(uint32_t *aRedirectMode) = 0;
NS_IMETHOD SetRedirectMode(uint32_t aRedirectMode) = 0;
enum {
FETCH_CACHE_MODE_DEFAULT = 0U,
FETCH_CACHE_MODE_NO_STORE = 1U,
FETCH_CACHE_MODE_RELOAD = 2U,
FETCH_CACHE_MODE_NO_CACHE = 3U,
FETCH_CACHE_MODE_FORCE_CACHE = 4U,
FETCH_CACHE_MODE_ONLY_IF_CACHED = 5U
};
/* attribute unsigned long fetchCacheMode; */
NS_IMETHOD GetFetchCacheMode(uint32_t *aFetchCacheMode) = 0;
NS_IMETHOD SetFetchCacheMode(uint32_t aFetchCacheMode) = 0;
/* readonly attribute nsIURI topWindowURI; */
NS_IMETHOD GetTopWindowURI(nsIURI * *aTopWindowURI) = 0;
/* attribute ACString networkInterfaceId; */
NS_IMETHOD GetNetworkInterfaceId(nsACString & aNetworkInterfaceId) = 0;
NS_IMETHOD SetNetworkInterfaceId(const nsACString & aNetworkInterfaceId) = 0;
/* readonly attribute nsIURI proxyURI; */
NS_IMETHOD GetProxyURI(nsIURI * *aProxyURI) = 0;
/* [noscript,nostdcall,notxpcom] void setCorsPreflightParameters (in StringArrayRef unsafeHeaders); */
virtual void SetCorsPreflightParameters(const nsTArray<nsCString> & unsafeHeaders) = 0;
/* [infallible] attribute boolean blockAuthPrompt; */
NS_IMETHOD GetBlockAuthPrompt(bool *aBlockAuthPrompt) = 0;
inline bool GetBlockAuthPrompt()
{
bool result;
mozilla::DebugOnly<nsresult> rv = GetBlockAuthPrompt(&result);
MOZ_ASSERT(NS_SUCCEEDED(rv));
return result;
}
NS_IMETHOD SetBlockAuthPrompt(bool aBlockAuthPrompt) = 0;
/* attribute AString integrityMetadata; */
NS_IMETHOD GetIntegrityMetadata(nsAString & aIntegrityMetadata) = 0;
NS_IMETHOD SetIntegrityMetadata(const nsAString & aIntegrityMetadata) = 0;
/* readonly attribute ACString connectionInfoHashKey; */
NS_IMETHOD GetConnectionInfoHashKey(nsACString & aConnectionInfoHashKey) = 0;
/* [noscript,nostdcall,notxpcom] nsHttpChannelPtr queryHttpChannelImpl (); */
virtual mozilla::net::nsHttpChannel * QueryHttpChannelImpl(void) = 0;
};
NS_DEFINE_STATIC_IID_ACCESSOR(nsIHttpChannelInternal, NS_IHTTPCHANNELINTERNAL_IID)
/* Use this macro when declaring classes that implement this interface. */
#define NS_DECL_NSIHTTPCHANNELINTERNAL \
NS_IMETHOD GetDocumentURI(nsIURI * *aDocumentURI) override; \
NS_IMETHOD SetDocumentURI(nsIURI *aDocumentURI) override; \
NS_IMETHOD GetRequestVersion(uint32_t *major, uint32_t *minor) override; \
NS_IMETHOD GetResponseVersion(uint32_t *major, uint32_t *minor) override; \
NS_IMETHOD TakeAllSecurityMessages(nsCOMArray<nsISecurityConsoleMessage> & aMessages) override; \
NS_IMETHOD SetCookie(const char * aCookieHeader) override; \
NS_IMETHOD SetupFallbackChannel(const char * aFallbackKey) override; \
NS_IMETHOD GetThirdPartyFlags(uint32_t *aThirdPartyFlags) override; \
NS_IMETHOD SetThirdPartyFlags(uint32_t aThirdPartyFlags) override; \
NS_IMETHOD GetForceAllowThirdPartyCookie(bool *aForceAllowThirdPartyCookie) override; \
NS_IMETHOD SetForceAllowThirdPartyCookie(bool aForceAllowThirdPartyCookie) override; \
NS_IMETHOD GetCanceled(bool *aCanceled) override; \
NS_IMETHOD GetChannelIsForDownload(bool *aChannelIsForDownload) override; \
NS_IMETHOD SetChannelIsForDownload(bool aChannelIsForDownload) override; \
NS_IMETHOD GetLocalAddress(nsACString & aLocalAddress) override; \
NS_IMETHOD GetLocalPort(int32_t *aLocalPort) override; \
NS_IMETHOD GetRemoteAddress(nsACString & aRemoteAddress) override; \
NS_IMETHOD GetRemotePort(int32_t *aRemotePort) override; \
NS_IMETHOD SetCacheKeysRedirectChain(nsTArray<nsCString> *cacheKeys) override; \
NS_IMETHOD HTTPUpgrade(const nsACString & aProtocolName, nsIHttpUpgradeListener *aListener) override; \
NS_IMETHOD GetAllowSpdy(bool *aAllowSpdy) override; \
NS_IMETHOD SetAllowSpdy(bool aAllowSpdy) override; \
NS_IMETHOD GetResponseTimeoutEnabled(bool *aResponseTimeoutEnabled) override; \
NS_IMETHOD SetResponseTimeoutEnabled(bool aResponseTimeoutEnabled) override; \
NS_IMETHOD GetInitialRwin(uint32_t *aInitialRwin) override; \
NS_IMETHOD SetInitialRwin(uint32_t aInitialRwin) override; \
NS_IMETHOD GetApiRedirectToURI(nsIURI * *aApiRedirectToURI) override; \
NS_IMETHOD GetAllowAltSvc(bool *aAllowAltSvc) override; \
NS_IMETHOD SetAllowAltSvc(bool aAllowAltSvc) override; \
NS_IMETHOD GetBeConservative(bool *aBeConservative) override; \
NS_IMETHOD SetBeConservative(bool aBeConservative) override; \
NS_IMETHOD GetLastModifiedTime(PRTime *aLastModifiedTime) override; \
NS_IMETHOD ForceIntercepted(uint64_t aInterceptionID) override; \
NS_IMETHOD GetResponseSynthesized(bool *aResponseSynthesized) override; \
NS_IMETHOD GetCorsIncludeCredentials(bool *aCorsIncludeCredentials) override; \
NS_IMETHOD SetCorsIncludeCredentials(bool aCorsIncludeCredentials) override; \
NS_IMETHOD GetCorsMode(uint32_t *aCorsMode) override; \
NS_IMETHOD SetCorsMode(uint32_t aCorsMode) override; \
NS_IMETHOD GetRedirectMode(uint32_t *aRedirectMode) override; \
NS_IMETHOD SetRedirectMode(uint32_t aRedirectMode) override; \
NS_IMETHOD GetFetchCacheMode(uint32_t *aFetchCacheMode) override; \
NS_IMETHOD SetFetchCacheMode(uint32_t aFetchCacheMode) override; \
NS_IMETHOD GetTopWindowURI(nsIURI * *aTopWindowURI) override; \
NS_IMETHOD GetNetworkInterfaceId(nsACString & aNetworkInterfaceId) override; \
NS_IMETHOD SetNetworkInterfaceId(const nsACString & aNetworkInterfaceId) override; \
NS_IMETHOD GetProxyURI(nsIURI * *aProxyURI) override; \
virtual void SetCorsPreflightParameters(const nsTArray<nsCString> & unsafeHeaders) override; \
using nsIHttpChannelInternal::GetBlockAuthPrompt; \
NS_IMETHOD GetBlockAuthPrompt(bool *aBlockAuthPrompt) override; \
NS_IMETHOD SetBlockAuthPrompt(bool aBlockAuthPrompt) override; \
NS_IMETHOD GetIntegrityMetadata(nsAString & aIntegrityMetadata) override; \
NS_IMETHOD SetIntegrityMetadata(const nsAString & aIntegrityMetadata) override; \
NS_IMETHOD GetConnectionInfoHashKey(nsACString & aConnectionInfoHashKey) override; \
virtual mozilla::net::nsHttpChannel * QueryHttpChannelImpl(void) override;
/* Use this macro when declaring the members of this interface when the
class doesn't implement the interface. This is useful for forwarding. */
#define NS_DECL_NON_VIRTUAL_NSIHTTPCHANNELINTERNAL \
NS_METHOD GetDocumentURI(nsIURI * *aDocumentURI); \
NS_METHOD SetDocumentURI(nsIURI *aDocumentURI); \
NS_METHOD GetRequestVersion(uint32_t *major, uint32_t *minor); \
NS_METHOD GetResponseVersion(uint32_t *major, uint32_t *minor); \
NS_METHOD TakeAllSecurityMessages(nsCOMArray<nsISecurityConsoleMessage> & aMessages); \
NS_METHOD SetCookie(const char * aCookieHeader); \
NS_METHOD SetupFallbackChannel(const char * aFallbackKey); \
NS_METHOD GetThirdPartyFlags(uint32_t *aThirdPartyFlags); \
NS_METHOD SetThirdPartyFlags(uint32_t aThirdPartyFlags); \
NS_METHOD GetForceAllowThirdPartyCookie(bool *aForceAllowThirdPartyCookie); \
NS_METHOD SetForceAllowThirdPartyCookie(bool aForceAllowThirdPartyCookie); \
NS_METHOD GetCanceled(bool *aCanceled); \
NS_METHOD GetChannelIsForDownload(bool *aChannelIsForDownload); \
NS_METHOD SetChannelIsForDownload(bool aChannelIsForDownload); \
NS_METHOD GetLocalAddress(nsACString & aLocalAddress); \
NS_METHOD GetLocalPort(int32_t *aLocalPort); \
NS_METHOD GetRemoteAddress(nsACString & aRemoteAddress); \
NS_METHOD GetRemotePort(int32_t *aRemotePort); \
NS_METHOD SetCacheKeysRedirectChain(nsTArray<nsCString> *cacheKeys); \
NS_METHOD HTTPUpgrade(const nsACString & aProtocolName, nsIHttpUpgradeListener *aListener); \
NS_METHOD GetAllowSpdy(bool *aAllowSpdy); \
NS_METHOD SetAllowSpdy(bool aAllowSpdy); \
NS_METHOD GetResponseTimeoutEnabled(bool *aResponseTimeoutEnabled); \
NS_METHOD SetResponseTimeoutEnabled(bool aResponseTimeoutEnabled); \
NS_METHOD GetInitialRwin(uint32_t *aInitialRwin); \
NS_METHOD SetInitialRwin(uint32_t aInitialRwin); \
NS_METHOD GetApiRedirectToURI(nsIURI * *aApiRedirectToURI); \
NS_METHOD GetAllowAltSvc(bool *aAllowAltSvc); \
NS_METHOD SetAllowAltSvc(bool aAllowAltSvc); \
NS_METHOD GetBeConservative(bool *aBeConservative); \
NS_METHOD SetBeConservative(bool aBeConservative); \
NS_METHOD GetLastModifiedTime(PRTime *aLastModifiedTime); \
NS_METHOD ForceIntercepted(uint64_t aInterceptionID); \
NS_METHOD GetResponseSynthesized(bool *aResponseSynthesized); \
NS_METHOD GetCorsIncludeCredentials(bool *aCorsIncludeCredentials); \
NS_METHOD SetCorsIncludeCredentials(bool aCorsIncludeCredentials); \
NS_METHOD GetCorsMode(uint32_t *aCorsMode); \
NS_METHOD SetCorsMode(uint32_t aCorsMode); \
NS_METHOD GetRedirectMode(uint32_t *aRedirectMode); \
NS_METHOD SetRedirectMode(uint32_t aRedirectMode); \
NS_METHOD GetFetchCacheMode(uint32_t *aFetchCacheMode); \
NS_METHOD SetFetchCacheMode(uint32_t aFetchCacheMode); \
NS_METHOD GetTopWindowURI(nsIURI * *aTopWindowURI); \
NS_METHOD GetNetworkInterfaceId(nsACString & aNetworkInterfaceId); \
NS_METHOD SetNetworkInterfaceId(const nsACString & aNetworkInterfaceId); \
NS_METHOD GetProxyURI(nsIURI * *aProxyURI); \
void SetCorsPreflightParameters(const nsTArray<nsCString> & unsafeHeaders); \
using nsIHttpChannelInternal::GetBlockAuthPrompt; \
NS_METHOD GetBlockAuthPrompt(bool *aBlockAuthPrompt); \
NS_METHOD SetBlockAuthPrompt(bool aBlockAuthPrompt); \
NS_METHOD GetIntegrityMetadata(nsAString & aIntegrityMetadata); \
NS_METHOD SetIntegrityMetadata(const nsAString & aIntegrityMetadata); \
NS_METHOD GetConnectionInfoHashKey(nsACString & aConnectionInfoHashKey); \
mozilla::net::nsHttpChannel * QueryHttpChannelImpl(void);
/* Use this macro to declare functions that forward the behavior of this interface to another object. */
#define NS_FORWARD_NSIHTTPCHANNELINTERNAL(_to) \
NS_IMETHOD GetDocumentURI(nsIURI * *aDocumentURI) override { return _to GetDocumentURI(aDocumentURI); } \
NS_IMETHOD SetDocumentURI(nsIURI *aDocumentURI) override { return _to SetDocumentURI(aDocumentURI); } \
NS_IMETHOD GetRequestVersion(uint32_t *major, uint32_t *minor) override { return _to GetRequestVersion(major, minor); } \
NS_IMETHOD GetResponseVersion(uint32_t *major, uint32_t *minor) override { return _to GetResponseVersion(major, minor); } \
NS_IMETHOD TakeAllSecurityMessages(nsCOMArray<nsISecurityConsoleMessage> & aMessages) override { return _to TakeAllSecurityMessages(aMessages); } \
NS_IMETHOD SetCookie(const char * aCookieHeader) override { return _to SetCookie(aCookieHeader); } \
NS_IMETHOD SetupFallbackChannel(const char * aFallbackKey) override { return _to SetupFallbackChannel(aFallbackKey); } \
NS_IMETHOD GetThirdPartyFlags(uint32_t *aThirdPartyFlags) override { return _to GetThirdPartyFlags(aThirdPartyFlags); } \
NS_IMETHOD SetThirdPartyFlags(uint32_t aThirdPartyFlags) override { return _to SetThirdPartyFlags(aThirdPartyFlags); } \
NS_IMETHOD GetForceAllowThirdPartyCookie(bool *aForceAllowThirdPartyCookie) override { return _to GetForceAllowThirdPartyCookie(aForceAllowThirdPartyCookie); } \
NS_IMETHOD SetForceAllowThirdPartyCookie(bool aForceAllowThirdPartyCookie) override { return _to SetForceAllowThirdPartyCookie(aForceAllowThirdPartyCookie); } \
NS_IMETHOD GetCanceled(bool *aCanceled) override { return _to GetCanceled(aCanceled); } \
NS_IMETHOD GetChannelIsForDownload(bool *aChannelIsForDownload) override { return _to GetChannelIsForDownload(aChannelIsForDownload); } \
NS_IMETHOD SetChannelIsForDownload(bool aChannelIsForDownload) override { return _to SetChannelIsForDownload(aChannelIsForDownload); } \
NS_IMETHOD GetLocalAddress(nsACString & aLocalAddress) override { return _to GetLocalAddress(aLocalAddress); } \
NS_IMETHOD GetLocalPort(int32_t *aLocalPort) override { return _to GetLocalPort(aLocalPort); } \
NS_IMETHOD GetRemoteAddress(nsACString & aRemoteAddress) override { return _to GetRemoteAddress(aRemoteAddress); } \
NS_IMETHOD GetRemotePort(int32_t *aRemotePort) override { return _to GetRemotePort(aRemotePort); } \
NS_IMETHOD SetCacheKeysRedirectChain(nsTArray<nsCString> *cacheKeys) override { return _to SetCacheKeysRedirectChain(cacheKeys); } \
NS_IMETHOD HTTPUpgrade(const nsACString & aProtocolName, nsIHttpUpgradeListener *aListener) override { return _to HTTPUpgrade(aProtocolName, aListener); } \
NS_IMETHOD GetAllowSpdy(bool *aAllowSpdy) override { return _to GetAllowSpdy(aAllowSpdy); } \
NS_IMETHOD SetAllowSpdy(bool aAllowSpdy) override { return _to SetAllowSpdy(aAllowSpdy); } \
NS_IMETHOD GetResponseTimeoutEnabled(bool *aResponseTimeoutEnabled) override { return _to GetResponseTimeoutEnabled(aResponseTimeoutEnabled); } \
NS_IMETHOD SetResponseTimeoutEnabled(bool aResponseTimeoutEnabled) override { return _to SetResponseTimeoutEnabled(aResponseTimeoutEnabled); } \
NS_IMETHOD GetInitialRwin(uint32_t *aInitialRwin) override { return _to GetInitialRwin(aInitialRwin); } \
NS_IMETHOD SetInitialRwin(uint32_t aInitialRwin) override { return _to SetInitialRwin(aInitialRwin); } \
NS_IMETHOD GetApiRedirectToURI(nsIURI * *aApiRedirectToURI) override { return _to GetApiRedirectToURI(aApiRedirectToURI); } \
NS_IMETHOD GetAllowAltSvc(bool *aAllowAltSvc) override { return _to GetAllowAltSvc(aAllowAltSvc); } \
NS_IMETHOD SetAllowAltSvc(bool aAllowAltSvc) override { return _to SetAllowAltSvc(aAllowAltSvc); } \
NS_IMETHOD GetBeConservative(bool *aBeConservative) override { return _to GetBeConservative(aBeConservative); } \
NS_IMETHOD SetBeConservative(bool aBeConservative) override { return _to SetBeConservative(aBeConservative); } \
NS_IMETHOD GetLastModifiedTime(PRTime *aLastModifiedTime) override { return _to GetLastModifiedTime(aLastModifiedTime); } \
NS_IMETHOD ForceIntercepted(uint64_t aInterceptionID) override { return _to ForceIntercepted(aInterceptionID); } \
NS_IMETHOD GetResponseSynthesized(bool *aResponseSynthesized) override { return _to GetResponseSynthesized(aResponseSynthesized); } \
NS_IMETHOD GetCorsIncludeCredentials(bool *aCorsIncludeCredentials) override { return _to GetCorsIncludeCredentials(aCorsIncludeCredentials); } \
NS_IMETHOD SetCorsIncludeCredentials(bool aCorsIncludeCredentials) override { return _to SetCorsIncludeCredentials(aCorsIncludeCredentials); } \
NS_IMETHOD GetCorsMode(uint32_t *aCorsMode) override { return _to GetCorsMode(aCorsMode); } \
NS_IMETHOD SetCorsMode(uint32_t aCorsMode) override { return _to SetCorsMode(aCorsMode); } \
NS_IMETHOD GetRedirectMode(uint32_t *aRedirectMode) override { return _to GetRedirectMode(aRedirectMode); } \
NS_IMETHOD SetRedirectMode(uint32_t aRedirectMode) override { return _to SetRedirectMode(aRedirectMode); } \
NS_IMETHOD GetFetchCacheMode(uint32_t *aFetchCacheMode) override { return _to GetFetchCacheMode(aFetchCacheMode); } \
NS_IMETHOD SetFetchCacheMode(uint32_t aFetchCacheMode) override { return _to SetFetchCacheMode(aFetchCacheMode); } \
NS_IMETHOD GetTopWindowURI(nsIURI * *aTopWindowURI) override { return _to GetTopWindowURI(aTopWindowURI); } \
NS_IMETHOD GetNetworkInterfaceId(nsACString & aNetworkInterfaceId) override { return _to GetNetworkInterfaceId(aNetworkInterfaceId); } \
NS_IMETHOD SetNetworkInterfaceId(const nsACString & aNetworkInterfaceId) override { return _to SetNetworkInterfaceId(aNetworkInterfaceId); } \
NS_IMETHOD GetProxyURI(nsIURI * *aProxyURI) override { return _to GetProxyURI(aProxyURI); } \
virtual void SetCorsPreflightParameters(const nsTArray<nsCString> & unsafeHeaders) override { return _to SetCorsPreflightParameters(unsafeHeaders); } \
using nsIHttpChannelInternal::GetBlockAuthPrompt; \
NS_IMETHOD GetBlockAuthPrompt(bool *aBlockAuthPrompt) override { return _to GetBlockAuthPrompt(aBlockAuthPrompt); } \
NS_IMETHOD SetBlockAuthPrompt(bool aBlockAuthPrompt) override { return _to SetBlockAuthPrompt(aBlockAuthPrompt); } \
NS_IMETHOD GetIntegrityMetadata(nsAString & aIntegrityMetadata) override { return _to GetIntegrityMetadata(aIntegrityMetadata); } \
NS_IMETHOD SetIntegrityMetadata(const nsAString & aIntegrityMetadata) override { return _to SetIntegrityMetadata(aIntegrityMetadata); } \
NS_IMETHOD GetConnectionInfoHashKey(nsACString & aConnectionInfoHashKey) override { return _to GetConnectionInfoHashKey(aConnectionInfoHashKey); } \
virtual mozilla::net::nsHttpChannel * QueryHttpChannelImpl(void) override { return _to QueryHttpChannelImpl(); }
/* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
#define NS_FORWARD_SAFE_NSIHTTPCHANNELINTERNAL(_to) \
NS_IMETHOD GetDocumentURI(nsIURI * *aDocumentURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetDocumentURI(aDocumentURI); } \
NS_IMETHOD SetDocumentURI(nsIURI *aDocumentURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetDocumentURI(aDocumentURI); } \
NS_IMETHOD GetRequestVersion(uint32_t *major, uint32_t *minor) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRequestVersion(major, minor); } \
NS_IMETHOD GetResponseVersion(uint32_t *major, uint32_t *minor) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseVersion(major, minor); } \
NS_IMETHOD TakeAllSecurityMessages(nsCOMArray<nsISecurityConsoleMessage> & aMessages) override { return !_to ? NS_ERROR_NULL_POINTER : _to->TakeAllSecurityMessages(aMessages); } \
NS_IMETHOD SetCookie(const char * aCookieHeader) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCookie(aCookieHeader); } \
NS_IMETHOD SetupFallbackChannel(const char * aFallbackKey) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetupFallbackChannel(aFallbackKey); } \
NS_IMETHOD GetThirdPartyFlags(uint32_t *aThirdPartyFlags) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetThirdPartyFlags(aThirdPartyFlags); } \
NS_IMETHOD SetThirdPartyFlags(uint32_t aThirdPartyFlags) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetThirdPartyFlags(aThirdPartyFlags); } \
NS_IMETHOD GetForceAllowThirdPartyCookie(bool *aForceAllowThirdPartyCookie) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetForceAllowThirdPartyCookie(aForceAllowThirdPartyCookie); } \
NS_IMETHOD SetForceAllowThirdPartyCookie(bool aForceAllowThirdPartyCookie) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetForceAllowThirdPartyCookie(aForceAllowThirdPartyCookie); } \
NS_IMETHOD GetCanceled(bool *aCanceled) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCanceled(aCanceled); } \
NS_IMETHOD GetChannelIsForDownload(bool *aChannelIsForDownload) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetChannelIsForDownload(aChannelIsForDownload); } \
NS_IMETHOD SetChannelIsForDownload(bool aChannelIsForDownload) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetChannelIsForDownload(aChannelIsForDownload); } \
NS_IMETHOD GetLocalAddress(nsACString & aLocalAddress) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLocalAddress(aLocalAddress); } \
NS_IMETHOD GetLocalPort(int32_t *aLocalPort) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLocalPort(aLocalPort); } \
NS_IMETHOD GetRemoteAddress(nsACString & aRemoteAddress) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRemoteAddress(aRemoteAddress); } \
NS_IMETHOD GetRemotePort(int32_t *aRemotePort) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRemotePort(aRemotePort); } \
NS_IMETHOD SetCacheKeysRedirectChain(nsTArray<nsCString> *cacheKeys) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCacheKeysRedirectChain(cacheKeys); } \
NS_IMETHOD HTTPUpgrade(const nsACString & aProtocolName, nsIHttpUpgradeListener *aListener) override { return !_to ? NS_ERROR_NULL_POINTER : _to->HTTPUpgrade(aProtocolName, aListener); } \
NS_IMETHOD GetAllowSpdy(bool *aAllowSpdy) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAllowSpdy(aAllowSpdy); } \
NS_IMETHOD SetAllowSpdy(bool aAllowSpdy) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAllowSpdy(aAllowSpdy); } \
NS_IMETHOD GetResponseTimeoutEnabled(bool *aResponseTimeoutEnabled) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseTimeoutEnabled(aResponseTimeoutEnabled); } \
NS_IMETHOD SetResponseTimeoutEnabled(bool aResponseTimeoutEnabled) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetResponseTimeoutEnabled(aResponseTimeoutEnabled); } \
NS_IMETHOD GetInitialRwin(uint32_t *aInitialRwin) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetInitialRwin(aInitialRwin); } \
NS_IMETHOD SetInitialRwin(uint32_t aInitialRwin) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetInitialRwin(aInitialRwin); } \
NS_IMETHOD GetApiRedirectToURI(nsIURI * *aApiRedirectToURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetApiRedirectToURI(aApiRedirectToURI); } \
NS_IMETHOD GetAllowAltSvc(bool *aAllowAltSvc) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetAllowAltSvc(aAllowAltSvc); } \
NS_IMETHOD SetAllowAltSvc(bool aAllowAltSvc) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetAllowAltSvc(aAllowAltSvc); } \
NS_IMETHOD GetBeConservative(bool *aBeConservative) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBeConservative(aBeConservative); } \
NS_IMETHOD SetBeConservative(bool aBeConservative) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBeConservative(aBeConservative); } \
NS_IMETHOD GetLastModifiedTime(PRTime *aLastModifiedTime) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLastModifiedTime(aLastModifiedTime); } \
NS_IMETHOD ForceIntercepted(uint64_t aInterceptionID) override { return !_to ? NS_ERROR_NULL_POINTER : _to->ForceIntercepted(aInterceptionID); } \
NS_IMETHOD GetResponseSynthesized(bool *aResponseSynthesized) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetResponseSynthesized(aResponseSynthesized); } \
NS_IMETHOD GetCorsIncludeCredentials(bool *aCorsIncludeCredentials) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCorsIncludeCredentials(aCorsIncludeCredentials); } \
NS_IMETHOD SetCorsIncludeCredentials(bool aCorsIncludeCredentials) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCorsIncludeCredentials(aCorsIncludeCredentials); } \
NS_IMETHOD GetCorsMode(uint32_t *aCorsMode) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCorsMode(aCorsMode); } \
NS_IMETHOD SetCorsMode(uint32_t aCorsMode) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCorsMode(aCorsMode); } \
NS_IMETHOD GetRedirectMode(uint32_t *aRedirectMode) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetRedirectMode(aRedirectMode); } \
NS_IMETHOD SetRedirectMode(uint32_t aRedirectMode) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetRedirectMode(aRedirectMode); } \
NS_IMETHOD GetFetchCacheMode(uint32_t *aFetchCacheMode) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetFetchCacheMode(aFetchCacheMode); } \
NS_IMETHOD SetFetchCacheMode(uint32_t aFetchCacheMode) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetFetchCacheMode(aFetchCacheMode); } \
NS_IMETHOD GetTopWindowURI(nsIURI * *aTopWindowURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetTopWindowURI(aTopWindowURI); } \
NS_IMETHOD GetNetworkInterfaceId(nsACString & aNetworkInterfaceId) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNetworkInterfaceId(aNetworkInterfaceId); } \
NS_IMETHOD SetNetworkInterfaceId(const nsACString & aNetworkInterfaceId) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetNetworkInterfaceId(aNetworkInterfaceId); } \
NS_IMETHOD GetProxyURI(nsIURI * *aProxyURI) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetProxyURI(aProxyURI); } \
virtual void SetCorsPreflightParameters(const nsTArray<nsCString> & unsafeHeaders) override; \
NS_IMETHOD GetBlockAuthPrompt(bool *aBlockAuthPrompt) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBlockAuthPrompt(aBlockAuthPrompt); } \
NS_IMETHOD SetBlockAuthPrompt(bool aBlockAuthPrompt) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBlockAuthPrompt(aBlockAuthPrompt); } \
NS_IMETHOD GetIntegrityMetadata(nsAString & aIntegrityMetadata) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetIntegrityMetadata(aIntegrityMetadata); } \
NS_IMETHOD SetIntegrityMetadata(const nsAString & aIntegrityMetadata) override { return !_to ? NS_ERROR_NULL_POINTER : _to->SetIntegrityMetadata(aIntegrityMetadata); } \
NS_IMETHOD GetConnectionInfoHashKey(nsACString & aConnectionInfoHashKey) override { return !_to ? NS_ERROR_NULL_POINTER : _to->GetConnectionInfoHashKey(aConnectionInfoHashKey); } \
virtual mozilla::net::nsHttpChannel * QueryHttpChannelImpl(void) override;
#if 0
/* Use the code below as a template for the implementation class for this interface. */
/* Header file */
class nsHttpChannelInternal : public nsIHttpChannelInternal
{
public:
NS_DECL_ISUPPORTS
NS_DECL_NSIHTTPCHANNELINTERNAL
nsHttpChannelInternal();
private:
~nsHttpChannelInternal();
protected:
/* additional members */
};
/* Implementation file */
NS_IMPL_ISUPPORTS(nsHttpChannelInternal, nsIHttpChannelInternal)
nsHttpChannelInternal::nsHttpChannelInternal()
{
/* member initializers and constructor code */
}
nsHttpChannelInternal::~nsHttpChannelInternal()
{
/* destructor code */
}
/* attribute nsIURI documentURI; */
NS_IMETHODIMP nsHttpChannelInternal::GetDocumentURI(nsIURI * *aDocumentURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetDocumentURI(nsIURI *aDocumentURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void getRequestVersion (out unsigned long major, out unsigned long minor); */
NS_IMETHODIMP nsHttpChannelInternal::GetRequestVersion(uint32_t *major, uint32_t *minor)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void getResponseVersion (out unsigned long major, out unsigned long minor); */
NS_IMETHODIMP nsHttpChannelInternal::GetResponseVersion(uint32_t *major, uint32_t *minor)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void takeAllSecurityMessages (in securityMessagesArray aMessages); */
NS_IMETHODIMP nsHttpChannelInternal::TakeAllSecurityMessages(nsCOMArray<nsISecurityConsoleMessage> & aMessages)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setCookie (in string aCookieHeader); */
NS_IMETHODIMP nsHttpChannelInternal::SetCookie(const char * aCookieHeader)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void setupFallbackChannel (in string aFallbackKey); */
NS_IMETHODIMP nsHttpChannelInternal::SetupFallbackChannel(const char * aFallbackKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long thirdPartyFlags; */
NS_IMETHODIMP nsHttpChannelInternal::GetThirdPartyFlags(uint32_t *aThirdPartyFlags)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetThirdPartyFlags(uint32_t aThirdPartyFlags)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean forceAllowThirdPartyCookie; */
NS_IMETHODIMP nsHttpChannelInternal::GetForceAllowThirdPartyCookie(bool *aForceAllowThirdPartyCookie)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetForceAllowThirdPartyCookie(bool aForceAllowThirdPartyCookie)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean canceled; */
NS_IMETHODIMP nsHttpChannelInternal::GetCanceled(bool *aCanceled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean channelIsForDownload; */
NS_IMETHODIMP nsHttpChannelInternal::GetChannelIsForDownload(bool *aChannelIsForDownload)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetChannelIsForDownload(bool aChannelIsForDownload)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AUTF8String localAddress; */
NS_IMETHODIMP nsHttpChannelInternal::GetLocalAddress(nsACString & aLocalAddress)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute int32_t localPort; */
NS_IMETHODIMP nsHttpChannelInternal::GetLocalPort(int32_t *aLocalPort)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute AUTF8String remoteAddress; */
NS_IMETHODIMP nsHttpChannelInternal::GetRemoteAddress(nsACString & aRemoteAddress)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute int32_t remotePort; */
NS_IMETHODIMP nsHttpChannelInternal::GetRemotePort(int32_t *aRemotePort)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript] void setCacheKeysRedirectChain (in StringArray cacheKeys); */
NS_IMETHODIMP nsHttpChannelInternal::SetCacheKeysRedirectChain(nsTArray<nsCString> *cacheKeys)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void HTTPUpgrade (in ACString aProtocolName, in nsIHttpUpgradeListener aListener); */
NS_IMETHODIMP nsHttpChannelInternal::HTTPUpgrade(const nsACString & aProtocolName, nsIHttpUpgradeListener *aListener)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean allowSpdy; */
NS_IMETHODIMP nsHttpChannelInternal::GetAllowSpdy(bool *aAllowSpdy)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetAllowSpdy(bool aAllowSpdy)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean responseTimeoutEnabled; */
NS_IMETHODIMP nsHttpChannelInternal::GetResponseTimeoutEnabled(bool *aResponseTimeoutEnabled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetResponseTimeoutEnabled(bool aResponseTimeoutEnabled)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long initialRwin; */
NS_IMETHODIMP nsHttpChannelInternal::GetInitialRwin(uint32_t *aInitialRwin)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetInitialRwin(uint32_t aInitialRwin)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIURI apiRedirectToURI; */
NS_IMETHODIMP nsHttpChannelInternal::GetApiRedirectToURI(nsIURI * *aApiRedirectToURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean allowAltSvc; */
NS_IMETHODIMP nsHttpChannelInternal::GetAllowAltSvc(bool *aAllowAltSvc)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetAllowAltSvc(bool aAllowAltSvc)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean beConservative; */
NS_IMETHODIMP nsHttpChannelInternal::GetBeConservative(bool *aBeConservative)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetBeConservative(bool aBeConservative)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute PRTime lastModifiedTime; */
NS_IMETHODIMP nsHttpChannelInternal::GetLastModifiedTime(PRTime *aLastModifiedTime)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* void forceIntercepted (in uint64_t aInterceptionID); */
NS_IMETHODIMP nsHttpChannelInternal::ForceIntercepted(uint64_t aInterceptionID)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute boolean responseSynthesized; */
NS_IMETHODIMP nsHttpChannelInternal::GetResponseSynthesized(bool *aResponseSynthesized)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute boolean corsIncludeCredentials; */
NS_IMETHODIMP nsHttpChannelInternal::GetCorsIncludeCredentials(bool *aCorsIncludeCredentials)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetCorsIncludeCredentials(bool aCorsIncludeCredentials)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long corsMode; */
NS_IMETHODIMP nsHttpChannelInternal::GetCorsMode(uint32_t *aCorsMode)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetCorsMode(uint32_t aCorsMode)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long redirectMode; */
NS_IMETHODIMP nsHttpChannelInternal::GetRedirectMode(uint32_t *aRedirectMode)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetRedirectMode(uint32_t aRedirectMode)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute unsigned long fetchCacheMode; */
NS_IMETHODIMP nsHttpChannelInternal::GetFetchCacheMode(uint32_t *aFetchCacheMode)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetFetchCacheMode(uint32_t aFetchCacheMode)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIURI topWindowURI; */
NS_IMETHODIMP nsHttpChannelInternal::GetTopWindowURI(nsIURI * *aTopWindowURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute ACString networkInterfaceId; */
NS_IMETHODIMP nsHttpChannelInternal::GetNetworkInterfaceId(nsACString & aNetworkInterfaceId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetNetworkInterfaceId(const nsACString & aNetworkInterfaceId)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute nsIURI proxyURI; */
NS_IMETHODIMP nsHttpChannelInternal::GetProxyURI(nsIURI * *aProxyURI)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript,nostdcall,notxpcom] void setCorsPreflightParameters (in StringArrayRef unsafeHeaders); */
void nsHttpChannelInternal::SetCorsPreflightParameters(const nsTArray<nsCString> & unsafeHeaders)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [infallible] attribute boolean blockAuthPrompt; */
NS_IMETHODIMP nsHttpChannelInternal::GetBlockAuthPrompt(bool *aBlockAuthPrompt)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetBlockAuthPrompt(bool aBlockAuthPrompt)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* attribute AString integrityMetadata; */
NS_IMETHODIMP nsHttpChannelInternal::GetIntegrityMetadata(nsAString & aIntegrityMetadata)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsHttpChannelInternal::SetIntegrityMetadata(const nsAString & aIntegrityMetadata)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* readonly attribute ACString connectionInfoHashKey; */
NS_IMETHODIMP nsHttpChannelInternal::GetConnectionInfoHashKey(nsACString & aConnectionInfoHashKey)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* [noscript,nostdcall,notxpcom] nsHttpChannelPtr queryHttpChannelImpl (); */
mozilla::net::nsHttpChannel * nsHttpChannelInternal::QueryHttpChannelImpl()
{
return NS_ERROR_NOT_IMPLEMENTED;
}
/* End of implementation class template. */
#endif
#endif /* __gen_nsIHttpChannelInternal_h__ */
|