Package de.mhus.cherry.web.api
Interface InternalCallContext
-
- All Superinterfaces:
CallContext
public interface InternalCallContext extends CallContext
-
-
Field Summary
-
Fields inherited from interface de.mhus.cherry.web.api.CallContext
REQUEST_ATTRIBUTE_NAME, REQUEST_REMOTE_IP
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetOutputStream(OutputStream os)Insert a outputs tream in the chain.voidsetRemoteIp(String remoteIp)-
Methods inherited from interface de.mhus.cherry.web.api.CallContext
getAttribute, getHttpHost, getHttpMethod, getHttpPath, getHttpRequest, getHttpResponse, getHttpServlet, getOutputStream, getRemoteIp, getSession, getSessionId, getVirtualHost, getWriter, isSession, setAttribute
-
-
-
-
Method Detail
-
setOutputStream
void setOutputStream(OutputStream os)
Insert a outputs tream in the chain. This stream will become the next current os.- Parameters:
os-
-
setRemoteIp
void setRemoteIp(String remoteIp)
-
-