public class HttpResponseBase extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.HttpResponseBase
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.HttpResponseBase
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HttpResponseBase() |
HttpResponseBase(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AddCacheDependency(CacheDependency... dependencies) |
void |
AddCacheItemDependencies(JCORefOut dupParam0) |
void |
AddCacheItemDependencies(NetArrayList cacheKeys) |
void |
AddCacheItemDependencies(java.lang.String[] cacheKeys) |
void |
AddCacheItemDependency(java.lang.String cacheKey) |
void |
AddFileDependencies(JCORefOut dupParam0) |
void |
AddFileDependencies(NetArrayList filenames) |
void |
AddFileDependencies(java.lang.String[] filenames) |
void |
AddFileDependency(java.lang.String filename) |
void |
AddHeader(java.lang.String name,
java.lang.String value) |
void |
AppendCookie(HttpCookie cookie) |
void |
AppendHeader(java.lang.String name,
java.lang.String value) |
void |
AppendToLog(java.lang.String param) |
java.lang.String |
ApplyAppPathModifier(java.lang.String virtualPath) |
IAsyncResult |
BeginFlush(AsyncCallback callback,
NetObject state) |
void |
BinaryWrite(byte[] buffer) |
void |
BinaryWrite(JCORefOut dupParam0) |
static HttpResponseBase |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HttpResponseBase, a cast assert is made to check if types are compatible. |
void |
Clear() |
void |
ClearContent() |
void |
ClearHeaders() |
void |
Close() |
void |
DisableKernelCache() |
void |
DisableUserCache() |
void |
End() |
void |
EndFlush(IAsyncResult asyncResult) |
void |
Flush() |
Task |
FlushAsync() |
boolean |
getBuffer() |
boolean |
getBufferOutput() |
HttpCachePolicyBase |
getCache() |
java.lang.String |
getCacheControl() |
java.lang.String |
getCharset() |
CancellationToken |
getClientDisconnectedToken() |
Encoding |
getContentEncoding() |
java.lang.String |
getContentType() |
HttpCookieCollection |
getCookies() |
int |
getExpires() |
DateTime |
getExpiresAbsolute() |
Stream |
getFilter() |
Encoding |
getHeaderEncoding() |
NameValueCollection |
getHeaders() |
boolean |
getHeadersWritten() |
boolean |
getIsClientConnected() |
boolean |
getIsRequestBeingRedirected() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
TextWriter |
getOutput() |
Stream |
getOutputStream() |
java.lang.String |
getRedirectLocation() |
java.lang.String |
getStatus() |
int |
getStatusCode() |
java.lang.String |
getStatusDescription() |
int |
getSubStatusCode() |
boolean |
getSupportsAsyncFlush() |
boolean |
getSuppressContent() |
boolean |
getSuppressDefaultCacheControlHeader() |
boolean |
getSuppressFormsAuthenticationRedirect() |
boolean |
getTrySkipIisCustomErrors() |
void |
Pics(java.lang.String value) |
void |
PushPromise(java.lang.String path) |
void |
PushPromise(java.lang.String path,
java.lang.String method,
NameValueCollection headers) |
void |
Redirect(java.lang.String url) |
void |
Redirect(java.lang.String url,
boolean endResponse) |
void |
RedirectPermanent(java.lang.String url) |
void |
RedirectPermanent(java.lang.String url,
boolean endResponse) |
void |
RedirectToRoute(NetObject routeValues) |
void |
RedirectToRoute(RouteValueDictionary routeValues) |
void |
RedirectToRoute(java.lang.String routeName) |
void |
RedirectToRoute(java.lang.String routeName,
NetObject routeValues) |
void |
RedirectToRoute(java.lang.String routeName,
RouteValueDictionary routeValues) |
void |
RedirectToRoutePermanent(NetObject routeValues) |
void |
RedirectToRoutePermanent(RouteValueDictionary routeValues) |
void |
RedirectToRoutePermanent(java.lang.String routeName) |
void |
RedirectToRoutePermanent(java.lang.String routeName,
NetObject routeValues) |
void |
RedirectToRoutePermanent(java.lang.String routeName,
RouteValueDictionary routeValues) |
void |
RemoveOutputCacheItem(java.lang.String path) |
void |
RemoveOutputCacheItem(java.lang.String path,
java.lang.String providerName) |
void |
setBuffer(boolean Buffer) |
void |
setBufferOutput(boolean BufferOutput) |
void |
setCacheControl(java.lang.String CacheControl) |
void |
setCharset(java.lang.String Charset) |
void |
setContentEncoding(Encoding ContentEncoding) |
void |
setContentType(java.lang.String ContentType) |
void |
SetCookie(HttpCookie cookie) |
void |
setExpires(int Expires) |
void |
setExpiresAbsolute(DateTime ExpiresAbsolute) |
void |
setFilter(Stream Filter) |
void |
setHeaderEncoding(Encoding HeaderEncoding) |
void |
setJCOInstance(JCObject instance) |
void |
setOutput(TextWriter Output) |
void |
setRedirectLocation(java.lang.String RedirectLocation) |
void |
setStatus(java.lang.String Status) |
void |
setStatusCode(int StatusCode) |
void |
setStatusDescription(java.lang.String StatusDescription) |
void |
setSubStatusCode(int SubStatusCode) |
void |
setSuppressContent(boolean SuppressContent) |
void |
setSuppressDefaultCacheControlHeader(boolean SuppressDefaultCacheControlHeader) |
void |
setSuppressFormsAuthenticationRedirect(boolean SuppressFormsAuthenticationRedirect) |
void |
setTrySkipIisCustomErrors(boolean TrySkipIisCustomErrors) |
void |
TransmitFile(java.lang.String filename) |
void |
TransmitFile(java.lang.String filename,
long offset,
long length) |
void |
Write(char ch) |
void |
Write(char[] buffer,
int index,
int count) |
void |
Write(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
void |
Write(NetObject obj) |
void |
Write(java.lang.String s) |
void |
WriteFile(java.lang.String filename) |
void |
WriteFile(java.lang.String filename,
boolean readIntoMemory) |
void |
WriteFile(java.lang.String filename,
long offset,
long size) |
void |
WriteSubstitution(HttpResponseSubstitutionCallback callback) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HttpResponseBase()
throws java.lang.Throwable
java.lang.Throwablepublic HttpResponseBase(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void AddCacheDependency(CacheDependency... dependencies) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AddCacheItemDependencies(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AddCacheItemDependencies(NetArrayList cacheKeys) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AddCacheItemDependencies(java.lang.String[] cacheKeys)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AddCacheItemDependency(java.lang.String cacheKey)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AddFileDependencies(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AddFileDependencies(NetArrayList filenames) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AddFileDependencies(java.lang.String[] filenames)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AddFileDependency(java.lang.String filename)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AddHeader(java.lang.String name,
java.lang.String value)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AppendCookie(HttpCookie cookie) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AppendHeader(java.lang.String name,
java.lang.String value)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void AppendToLog(java.lang.String param)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String ApplyAppPathModifier(java.lang.String virtualPath)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic IAsyncResult BeginFlush(AsyncCallback callback, NetObject state) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void BinaryWrite(byte[] buffer)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void BinaryWrite(JCORefOut dupParam0) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic static HttpResponseBase cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HttpResponseBase, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHttpResponseBase instancejava.lang.Throwable - in case of error during cast operationpublic void Clear()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void ClearContent()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void ClearHeaders()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Close()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void DisableKernelCache()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void DisableUserCache()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void End()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void EndFlush(IAsyncResult asyncResult) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Flush()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic Task FlushAsync() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getBuffer()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getBufferOutput()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic HttpCachePolicyBase getCache() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String getCacheControl()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String getCharset()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic CancellationToken getClientDisconnectedToken() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic Encoding getContentEncoding() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String getContentType()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic HttpCookieCollection getCookies() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic int getExpires()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic DateTime getExpiresAbsolute() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic Stream getFilter() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic Encoding getHeaderEncoding() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic NameValueCollection getHeaders() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getHeadersWritten()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getIsClientConnected()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getIsRequestBeingRedirected()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic TextWriter getOutput() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic Stream getOutputStream() throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String getRedirectLocation()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String getStatus()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic int getStatusCode()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic java.lang.String getStatusDescription()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic int getSubStatusCode()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getSupportsAsyncFlush()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getSuppressContent()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getSuppressDefaultCacheControlHeader()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getSuppressFormsAuthenticationRedirect()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic boolean getTrySkipIisCustomErrors()
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Pics(java.lang.String value)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void PushPromise(java.lang.String path)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void PushPromise(java.lang.String path,
java.lang.String method,
NameValueCollection headers)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Redirect(java.lang.String url)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Redirect(java.lang.String url,
boolean endResponse)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectPermanent(java.lang.String url)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectPermanent(java.lang.String url,
boolean endResponse)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectToRoute(NetObject routeValues) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectToRoute(RouteValueDictionary routeValues) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectToRoute(java.lang.String routeName)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectToRoute(java.lang.String routeName,
NetObject routeValues)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectToRoute(java.lang.String routeName,
RouteValueDictionary routeValues)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectToRoutePermanent(NetObject routeValues) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectToRoutePermanent(RouteValueDictionary routeValues) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectToRoutePermanent(java.lang.String routeName)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectToRoutePermanent(java.lang.String routeName,
NetObject routeValues)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RedirectToRoutePermanent(java.lang.String routeName,
RouteValueDictionary routeValues)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RemoveOutputCacheItem(java.lang.String path)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void RemoveOutputCacheItem(java.lang.String path,
java.lang.String providerName)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setBuffer(boolean Buffer)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setBufferOutput(boolean BufferOutput)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setCacheControl(java.lang.String CacheControl)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setCharset(java.lang.String Charset)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setContentEncoding(Encoding ContentEncoding) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setContentType(java.lang.String ContentType)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void SetCookie(HttpCookie cookie) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setExpires(int Expires)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setExpiresAbsolute(DateTime ExpiresAbsolute) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setFilter(Stream Filter) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setHeaderEncoding(Encoding HeaderEncoding) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setOutput(TextWriter Output) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setRedirectLocation(java.lang.String RedirectLocation)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setStatus(java.lang.String Status)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setStatusCode(int StatusCode)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setStatusDescription(java.lang.String StatusDescription)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setSubStatusCode(int SubStatusCode)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setSuppressContent(boolean SuppressContent)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setSuppressDefaultCacheControlHeader(boolean SuppressDefaultCacheControlHeader)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setSuppressFormsAuthenticationRedirect(boolean SuppressFormsAuthenticationRedirect)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void setTrySkipIisCustomErrors(boolean TrySkipIisCustomErrors)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void TransmitFile(java.lang.String filename)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void TransmitFile(java.lang.String filename,
long offset,
long length)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Write(char ch)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Write(char[] buffer,
int index,
int count)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Write(NetObject obj) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void Write(java.lang.String s)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void WriteFile(java.lang.String filename)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void WriteFile(java.lang.String filename,
boolean readIntoMemory)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void WriteFile(java.lang.String filename,
long offset,
long size)
throws java.lang.Throwable,
NotImplementedException
java.lang.ThrowableNotImplementedExceptionpublic void WriteSubstitution(HttpResponseSubstitutionCallback callback) throws java.lang.Throwable, NotImplementedException
java.lang.ThrowableNotImplementedException