org.apache.catalina.connector.warp
Class WarpRequest
org.apache.catalina.connector.warp.WarpRequest
- public class WarpRequest
Method Summary |
java.lang.Object |
getAttribute(java.lang.String name)
Process the SSL attributes |
WarpConnection |
getConnection()
Return the WarpConnection associated this instance of
WarpResponse . |
java.util.Enumeration |
getHeaders(java.lang.String name)
|
org.apache.catalina.Host |
getHost()
|
void |
recycle()
Recycle this WarpResponse instance. |
void |
setConnection(WarpConnection connection)
Associate this WarpResponse instance with a specific
WarpConnection instance. |
void |
setHost(org.apache.catalina.Host host)
|
WarpRequest
public WarpRequest()
getHeaders
public java.util.Enumeration getHeaders(java.lang.String name)
getAttribute
public java.lang.Object getAttribute(java.lang.String name)
- Process the SSL attributes
setHost
public void setHost(org.apache.catalina.Host host)
getHost
public org.apache.catalina.Host getHost()
recycle
public void recycle()
- Recycle this
WarpResponse
instance.
setConnection
public void setConnection(WarpConnection connection)
- Associate this
WarpResponse
instance with a specific
WarpConnection
instance.
getConnection
public WarpConnection getConnection()
- Return the
WarpConnection
associated this instance of
WarpResponse
.