Package com.ibm.wsspi.webcontainer
@Version("1.14.0")
package com.ibm.wsspi.webcontainer
-
ClassDescriptionThis class is a subclass of IOException used to differentiate when a client prematurely terminates a connection to the server from other IOExceptions.Deprecated.v7.0 Application developers requiring this functionality should implement this using com.ibm.websphere.servlet.request.IRequest.Deprecated.v7.0 Application developers requiring this functionality should implement this using com.ibm.websphere.servlet.response.IResponse.Interface that indicates that the implementation class is capable of processing ServletRequests.WCCustomProperties contains static strings of all the custom properties in the webcontainer.This class enables users to get at an instance (singleton) of the WebContainer so that they can delegate request processing.WebContainerConfig is used to get WebContainer level config data such as default virtual host name and current caching status.WebContainerConstants contains static final strings to be used by all of webcontainer to prevent string recreation.WebContainerRequestState is the thread local used to store per request info that can't be passed because of method signature requirements