connector
, protocol
, remoteAddr
, response
, scheme
, secure
, serverName
, serverPort
and stream
properties MUST be set. The contentLength
and contentType
properties are also generally set. method
, queryString
, requestedSessionCookie
, requestedSessionId
, requestedSessionURL
, requestURI
, and secure
properties MUST be set. In addition, the various addXxx
methods must be called to record the presence of cookies, headers, and locales in the original request. connector
, request
, and stream
properties MUST be set. invoke()
method of the selected Container, passing the initialized Request and Response instances as arguments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|