public class nsIHttpChannel extends nsIChannel
| Modifier and Type | Field and Description | 
|---|---|
| (package private) static int | LAST_METHOD_ID | 
| 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_SESSIONaddress, FIRST_METHOD_ID, IsSolaris, IsXULRunner10, NS_ISUPPORTS_IID, NS_ISUPPORTS_IID_STR| Constructor and Description | 
|---|
| nsIHttpChannel(int address) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | GetAllowPipelining(int[] aAllowPipelining) | 
| int | GetRedirectionLimit(int[] aRedirectionLimit) | 
| int | GetReferrer(int[] aReferrer) | 
| int | GetRequestHeader(int aHeader,
                int _retval) | 
| int | GetRequestMethod(int aRequestMethod) | 
| int | GetRequestSucceeded(int[] aRequestSucceeded) | 
| int | GetResponseHeader(int header,
                 int _retval) | 
| int | GetResponseStatus(int[] aResponseStatus) | 
| int | GetResponseStatusText(int aResponseStatusText) | 
| int | IsNoCacheResponse(int[] _retval) | 
| int | IsNoStoreResponse(int[] _retval) | 
| int | SetAllowPipelining(int aAllowPipelining) | 
| int | SetRedirectionLimit(int aRedirectionLimit) | 
| int | SetReferrer(int aReferrer) | 
| int | SetRequestHeader(int aHeader,
                int aValue,
                int aMerge) | 
| int | SetRequestMethod(int aRequestMethod) | 
| int | SetResponseHeader(int header,
                 int value,
                 int merge) | 
| int | VisitRequestHeaders(int aVisitor) | 
| int | VisitResponseHeaders(int 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, Releasestatic final int LAST_METHOD_ID
public static final java.lang.String NS_IHTTPCHANNEL_IID_STR
public static final nsID NS_IHTTPCHANNEL_IID
public int GetRequestMethod(int aRequestMethod)
public int SetRequestMethod(int aRequestMethod)
public int GetReferrer(int[] aReferrer)
public int SetReferrer(int aReferrer)
public int GetRequestHeader(int aHeader,
                   int _retval)
public int SetRequestHeader(int aHeader,
                   int aValue,
                   int aMerge)
public int VisitRequestHeaders(int 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(int aResponseStatusText)
public int GetRequestSucceeded(int[] aRequestSucceeded)
public int GetResponseHeader(int header,
                    int _retval)
public int SetResponseHeader(int header,
                    int value,
                    int merge)
public int VisitResponseHeaders(int aVisitor)
public int IsNoStoreResponse(int[] _retval)
public int IsNoCacheResponse(int[] _retval)