Package | Description |
---|---|
org.apache.cactus.internal.client.connector.http |
Contains the implementation of the HTTP transport for communication of
the client-side test runner with the server-side redirectors.
|
org.apache.cactus.spi.client.connector |
Modifier and Type | Class and Description |
---|---|
class |
HttpProtocolState
HTTP-specific state information to be passed to the different
ProtocolHandler lifecycle
methods. |
Modifier and Type | Method and Description |
---|---|
ProtocolState |
HttpProtocolHandler.runTest(junit.framework.Test theDelegatedTest,
junit.framework.Test theWrappedTest,
Request theRequest) |
Modifier and Type | Method and Description |
---|---|
void |
HttpProtocolHandler.afterTest(ProtocolState theState) |
ResponseObjectFactory |
HttpProtocolHandler.createResponseObjectFactory(ProtocolState theState) |
Modifier and Type | Method and Description |
---|---|
ProtocolState |
ProtocolHandler.runTest(junit.framework.Test theDelegatedTest,
junit.framework.Test theWrappedTest,
Request theRequest)
Connect to the server side (to the redirector proxy), passing all
information to execute the test there, trigger the test execution and
gather the test results.
|
Modifier and Type | Method and Description |
---|---|
void |
ProtocolHandler.afterTest(ProtocolState theState)
Let the connector implementor clean up after the test.
|
ResponseObjectFactory |
ProtocolHandler.createResponseObjectFactory(ProtocolState theState)
Create a factory that is used by the core to create test response object
that will be passed to the
endXXX() and end()
methods. |
Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.