public class nsIHttpChannel extends nsIChannel
| Modifier and Type | Field and Description |
|---|---|
static nsID |
NS_IHTTPCHANNEL_IID |
static java.lang.String |
NS_IHTTPCHANNEL_IID_STR |
DISPOSITION_ATTACHMENT, DISPOSITION_INLINE, LOAD_CALL_CONTENT_SNIFFERS, LOAD_CLASSIFY_URI, LOAD_DOCUMENT_URI, LOAD_INITIAL_DOCUMENT_URI, LOAD_REPLACE, LOAD_RETARGETED_DOCUMENT_URI, LOAD_TARGETED, NS_ICHANNEL_10_IID, NS_ICHANNEL_10_IID_STR, NS_ICHANNEL_IID, NS_ICHANNEL_IID_STRINHIBIT_CACHING, INHIBIT_PERSISTENT_CACHING, LOAD_BACKGROUND, LOAD_BYPASS_CACHE, LOAD_FROM_CACHE, LOAD_NORMAL, NS_IREQUEST_IID, NS_IREQUEST_IID_STR, VALIDATE_ALWAYS, VALIDATE_NEVER, VALIDATE_ONCE_PER_SESSIONIsXULRunner10, IsXULRunner17, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description |
|---|
nsIHttpChannel(long address) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetAllowPipelining(int[] aAllowPipelining) |
int |
GetRedirectionLimit(int[] aRedirectionLimit) |
int |
GetReferrer(long[] aReferrer) |
int |
GetRequestHeader(long aHeader,
long _retval) |
int |
GetRequestMethod(long aRequestMethod) |
int |
GetRequestSucceeded(int[] aRequestSucceeded) |
int |
GetResponseHeader(long header,
long _retval) |
int |
GetResponseStatus(int[] aResponseStatus) |
int |
GetResponseStatusText(long aResponseStatusText) |
int |
IsNoCacheResponse(int[] _retval) |
int |
IsNoStoreResponse(int[] _retval) |
int |
SetAllowPipelining(int aAllowPipelining) |
int |
SetRedirectionLimit(int aRedirectionLimit) |
int |
SetReferrer(long aReferrer) |
int |
SetRequestHeader(long aHeader,
long aValue,
int aMerge) |
int |
SetRequestMethod(long aRequestMethod) |
int |
SetResponseHeader(long header,
long value,
int merge) |
int |
VisitRequestHeaders(long aVisitor) |
int |
VisitResponseHeaders(long aVisitor) |
AsyncOpen, GetContentCharset, GetContentDisposition, GetContentDispositionFilename, GetContentDispositionHeader, GetContentLength, GetContentType, GetNotificationCallbacks, GetOriginalURI, GetOwner, GetSecurityInfo, GetURI, Open, SetContentCharset, SetContentLength, SetContentType, SetNotificationCallbacks, SetOriginalURI, SetOwnerCancel, GetLoadFlags, GetLoadGroup, GetName, GetStatus, IsPending, Resume, SetLoadFlags, SetLoadGroup, SuspendAddRef, getAddress, QueryInterface, Releasepublic static final java.lang.String NS_IHTTPCHANNEL_IID_STR
public static final nsID NS_IHTTPCHANNEL_IID
public int GetRequestMethod(long aRequestMethod)
public int SetRequestMethod(long aRequestMethod)
public int GetReferrer(long[] aReferrer)
public int SetReferrer(long aReferrer)
public int GetRequestHeader(long aHeader,
long _retval)
public int SetRequestHeader(long aHeader,
long aValue,
int aMerge)
public int VisitRequestHeaders(long aVisitor)
public int GetAllowPipelining(int[] aAllowPipelining)
public int SetAllowPipelining(int aAllowPipelining)
public int GetRedirectionLimit(int[] aRedirectionLimit)
public int SetRedirectionLimit(int aRedirectionLimit)
public int GetResponseStatus(int[] aResponseStatus)
public int GetResponseStatusText(long aResponseStatusText)
public int GetRequestSucceeded(int[] aRequestSucceeded)
public int GetResponseHeader(long header,
long _retval)
public int SetResponseHeader(long header,
long value,
int merge)
public int VisitResponseHeaders(long aVisitor)
public int IsNoStoreResponse(int[] _retval)
public int IsNoCacheResponse(int[] _retval)