Package system.web
Class HttpResponseBase
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.HttpResponseBase
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
HttpResponseWrapper
public class HttpResponseBase extends NetObject
The base .NET class managing System.Web.HttpResponseBase, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpResponseBase
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.HttpResponseBasestatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description HttpResponseBase()HttpResponseBase(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAddCacheDependency(CacheDependency... dependencies)voidAddCacheItemDependencies(java.lang.String[] cacheKeys)voidAddCacheItemDependencies(JCORefOut dupParam0)voidAddCacheItemDependencies(NetArrayList cacheKeys)voidAddCacheItemDependency(java.lang.String cacheKey)voidAddFileDependencies(java.lang.String[] filenames)voidAddFileDependencies(JCORefOut dupParam0)voidAddFileDependencies(NetArrayList filenames)voidAddFileDependency(java.lang.String filename)voidAddHeader(java.lang.String name, java.lang.String value)voidAppendCookie(HttpCookie cookie)voidAppendHeader(java.lang.String name, java.lang.String value)voidAppendToLog(java.lang.String param)java.lang.StringApplyAppPathModifier(java.lang.String virtualPath)IAsyncResultBeginFlush(AsyncCallback callback, NetObject state)voidBinaryWrite(byte[] buffer)voidBinaryWrite(JCORefOut dupParam0)static HttpResponseBasecast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoHttpResponseBase, a cast assert is made to check if types are compatible.voidClear()voidClearContent()voidClearHeaders()voidClose()voidDisableKernelCache()voidDisableUserCache()voidEnd()voidEndFlush(IAsyncResult asyncResult)voidFlush()TaskFlushAsync()booleangetBuffer()booleangetBufferOutput()HttpCachePolicyBasegetCache()java.lang.StringgetCacheControl()java.lang.StringgetCharset()CancellationTokengetClientDisconnectedToken()EncodinggetContentEncoding()java.lang.StringgetContentType()HttpCookieCollectiongetCookies()intgetExpires()DateTimegetExpiresAbsolute()StreamgetFilter()EncodinggetHeaderEncoding()NameValueCollectiongetHeaders()booleangetHeadersWritten()booleangetIsClientConnected()booleangetIsRequestBeingRedirected()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeTextWritergetOutput()StreamgetOutputStream()java.lang.StringgetRedirectLocation()java.lang.StringgetStatus()intgetStatusCode()java.lang.StringgetStatusDescription()intgetSubStatusCode()booleangetSupportsAsyncFlush()booleangetSuppressContent()booleangetSuppressDefaultCacheControlHeader()booleangetSuppressFormsAuthenticationRedirect()booleangetTrySkipIisCustomErrors()voidPics(java.lang.String value)voidPushPromise(java.lang.String path)voidPushPromise(java.lang.String path, java.lang.String method, NameValueCollection headers)voidRedirect(java.lang.String url)voidRedirect(java.lang.String url, boolean endResponse)voidRedirectPermanent(java.lang.String url)voidRedirectPermanent(java.lang.String url, boolean endResponse)voidRedirectToRoute(java.lang.String routeName)voidRedirectToRoute(java.lang.String routeName, NetObject routeValues)voidRedirectToRoute(java.lang.String routeName, RouteValueDictionary routeValues)voidRedirectToRoute(NetObject routeValues)voidRedirectToRoute(RouteValueDictionary routeValues)voidRedirectToRoutePermanent(java.lang.String routeName)voidRedirectToRoutePermanent(java.lang.String routeName, NetObject routeValues)voidRedirectToRoutePermanent(java.lang.String routeName, RouteValueDictionary routeValues)voidRedirectToRoutePermanent(NetObject routeValues)voidRedirectToRoutePermanent(RouteValueDictionary routeValues)voidRemoveOutputCacheItem(java.lang.String path)voidRemoveOutputCacheItem(java.lang.String path, java.lang.String providerName)voidsetBuffer(boolean Buffer)voidsetBufferOutput(boolean BufferOutput)voidsetCacheControl(java.lang.String CacheControl)voidsetCharset(java.lang.String Charset)voidsetContentEncoding(Encoding ContentEncoding)voidsetContentType(java.lang.String ContentType)voidSetCookie(HttpCookie cookie)voidsetExpires(int Expires)voidsetExpiresAbsolute(DateTime ExpiresAbsolute)voidsetFilter(Stream Filter)voidsetHeaderEncoding(Encoding HeaderEncoding)voidsetJCOInstance(JCObject instance)voidsetOutput(TextWriter Output)voidsetRedirectLocation(java.lang.String RedirectLocation)voidsetStatus(java.lang.String Status)voidsetStatusCode(int StatusCode)voidsetStatusDescription(java.lang.String StatusDescription)voidsetSubStatusCode(int SubStatusCode)voidsetSuppressContent(boolean SuppressContent)voidsetSuppressDefaultCacheControlHeader(boolean SuppressDefaultCacheControlHeader)voidsetSuppressFormsAuthenticationRedirect(boolean SuppressFormsAuthenticationRedirect)voidsetTrySkipIisCustomErrors(boolean TrySkipIisCustomErrors)voidTransmitFile(java.lang.String filename)voidTransmitFile(java.lang.String filename, long offset, long length)voidWrite(char ch)voidWrite(char[] buffer, int index, int count)voidWrite(java.lang.String s)voidWrite(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWrite(NetObject obj)voidWriteFile(java.lang.String filename)voidWriteFile(java.lang.String filename, boolean readIntoMemory)voidWriteFile(java.lang.String filename, long offset, long size)voidWriteSubstitution(HttpResponseSubstitutionCallback callback)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.HttpResponseBase- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static HttpResponseBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoHttpResponseBase, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
HttpResponseBaseinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
BeginFlush
public IAsyncResult BeginFlush(AsyncCallback callback, NetObject state) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
ApplyAppPathModifier
public java.lang.String ApplyAppPathModifier(java.lang.String virtualPath) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
FlushAsync
public Task FlushAsync() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
AddCacheDependency
public void AddCacheDependency(CacheDependency... dependencies) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(NetArrayList cacheKeys) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(java.lang.String[] cacheKeys) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
AddCacheItemDependencies
public void AddCacheItemDependencies(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
AddCacheItemDependency
public void AddCacheItemDependency(java.lang.String cacheKey) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
AddFileDependencies
public void AddFileDependencies(NetArrayList filenames) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
AddFileDependencies
public void AddFileDependencies(java.lang.String[] filenames) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
AddFileDependencies
public void AddFileDependencies(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
AddFileDependency
public void AddFileDependency(java.lang.String filename) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
AddHeader
public void AddHeader(java.lang.String name, java.lang.String value) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
AppendCookie
public void AppendCookie(HttpCookie cookie) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
AppendHeader
public void AppendHeader(java.lang.String name, java.lang.String value) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
AppendToLog
public void AppendToLog(java.lang.String param) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
BinaryWrite
public void BinaryWrite(byte[] buffer) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
BinaryWrite
public void BinaryWrite(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
Clear
public void Clear() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
ClearContent
public void ClearContent() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
ClearHeaders
public void ClearHeaders() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Close
public void Close() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
DisableKernelCache
public void DisableKernelCache() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
DisableUserCache
public void DisableUserCache() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
End
public void End() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
EndFlush
public void EndFlush(IAsyncResult asyncResult) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
Flush
public void Flush() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Pics
public void Pics(java.lang.String value) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
PushPromise
public void PushPromise(java.lang.String path) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
PushPromise
public void PushPromise(java.lang.String path, java.lang.String method, NameValueCollection headers) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Redirect
public void Redirect(java.lang.String url) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Redirect
public void Redirect(java.lang.String url, boolean endResponse) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectPermanent
public void RedirectPermanent(java.lang.String url) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectPermanent
public void RedirectPermanent(java.lang.String url, boolean endResponse) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectToRoute
public void RedirectToRoute(NetObject routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName, NetObject routeValues) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectToRoute
public void RedirectToRoute(java.lang.String routeName, RouteValueDictionary routeValues) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectToRoute
public void RedirectToRoute(RouteValueDictionary routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(NetObject routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName, NetObject routeValues) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(java.lang.String routeName, RouteValueDictionary routeValues) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RedirectToRoutePermanent
public void RedirectToRoutePermanent(RouteValueDictionary routeValues) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
RemoveOutputCacheItem
public void RemoveOutputCacheItem(java.lang.String path) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
RemoveOutputCacheItem
public void RemoveOutputCacheItem(java.lang.String path, java.lang.String providerName) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
SetCookie
public void SetCookie(HttpCookie cookie) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
TransmitFile
public void TransmitFile(java.lang.String filename) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
TransmitFile
public void TransmitFile(java.lang.String filename, long offset, long length) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Write
public void Write(char ch) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Write
public void Write(char[] buffer, int index, int count) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
Write
public void Write(NetObject obj) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
Write
public void Write(java.lang.String s) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
WriteFile
public void WriteFile(java.lang.String filename) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
WriteFile
public void WriteFile(java.lang.String filename, boolean readIntoMemory) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
WriteFile
public void WriteFile(java.lang.String filename, long offset, long size) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
WriteSubstitution
public void WriteSubstitution(HttpResponseSubstitutionCallback callback) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getBuffer
public boolean getBuffer() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setBuffer
public void setBuffer(boolean Buffer) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getBufferOutput
public boolean getBufferOutput() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setBufferOutput
public void setBufferOutput(boolean BufferOutput) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getHeadersWritten
public boolean getHeadersWritten() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getIsClientConnected
public boolean getIsClientConnected() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getIsRequestBeingRedirected
public boolean getIsRequestBeingRedirected() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getSupportsAsyncFlush
public boolean getSupportsAsyncFlush() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getSuppressContent
public boolean getSuppressContent() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setSuppressContent
public void setSuppressContent(boolean SuppressContent) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getSuppressDefaultCacheControlHeader
public boolean getSuppressDefaultCacheControlHeader() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setSuppressDefaultCacheControlHeader
public void setSuppressDefaultCacheControlHeader(boolean SuppressDefaultCacheControlHeader) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getSuppressFormsAuthenticationRedirect
public boolean getSuppressFormsAuthenticationRedirect() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setSuppressFormsAuthenticationRedirect
public void setSuppressFormsAuthenticationRedirect(boolean SuppressFormsAuthenticationRedirect) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getTrySkipIisCustomErrors
public boolean getTrySkipIisCustomErrors() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setTrySkipIisCustomErrors
public void setTrySkipIisCustomErrors(boolean TrySkipIisCustomErrors) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getExpires
public int getExpires() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setExpires
public void setExpires(int Expires) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getStatusCode
public int getStatusCode() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setStatusCode
public void setStatusCode(int StatusCode) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getSubStatusCode
public int getSubStatusCode() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setSubStatusCode
public void setSubStatusCode(int SubStatusCode) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getHeaders
public NameValueCollection getHeaders() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getExpiresAbsolute
public DateTime getExpiresAbsolute() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setExpiresAbsolute
public void setExpiresAbsolute(DateTime ExpiresAbsolute) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getFilter
public Stream getFilter() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setFilter
public void setFilter(Stream Filter) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getOutputStream
public Stream getOutputStream() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getOutput
public TextWriter getOutput() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setOutput
public void setOutput(TextWriter Output) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getCacheControl
public java.lang.String getCacheControl() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setCacheControl
public void setCacheControl(java.lang.String CacheControl) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getCharset
public java.lang.String getCharset() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setCharset
public void setCharset(java.lang.String Charset) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getContentType
public java.lang.String getContentType() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setContentType
public void setContentType(java.lang.String ContentType) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getRedirectLocation
public java.lang.String getRedirectLocation() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setRedirectLocation
public void setRedirectLocation(java.lang.String RedirectLocation) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getStatus
public java.lang.String getStatus() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setStatus
public void setStatus(java.lang.String Status) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getStatusDescription
public java.lang.String getStatusDescription() throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
setStatusDescription
public void setStatusDescription(java.lang.String StatusDescription) throws java.lang.Throwable, NotImplementedException- Throws:
java.lang.ThrowableNotImplementedException
-
getContentEncoding
public Encoding getContentEncoding() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setContentEncoding
public void setContentEncoding(Encoding ContentEncoding) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getHeaderEncoding
public Encoding getHeaderEncoding() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
setHeaderEncoding
public void setHeaderEncoding(Encoding HeaderEncoding) throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getClientDisconnectedToken
public CancellationToken getClientDisconnectedToken() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getCache
public HttpCachePolicyBase getCache() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
getCookies
public HttpCookieCollection getCookies() throws java.lang.Throwable, NotImplementedException
- Throws:
java.lang.ThrowableNotImplementedException
-
-