|
|||||||||
| Home >> All >> org >> apache >> cactus >> spi >> client >> [ connector overview ] | PREV NEXT | ||||||||
A
- afterTest(ProtocolState) - Method in interface org.apache.cactus.spi.client.connector.ProtocolHandler
- Let the connector implementor clean up after the test.
C
- createRequest() - Method in interface org.apache.cactus.spi.client.connector.ProtocolHandler
- Create a request object that will be passed to the
begin()andbeginXXX()methods. - createResponseObjectFactory(ProtocolState) - Method in interface org.apache.cactus.spi.client.connector.ProtocolHandler
- Create a factory that is used by the core to create test response object
that will be passed to the
endXXX()andend()methods.
O
- org.apache.cactus.spi.client.connector - package org.apache.cactus.spi.client.connector
- Contains Cactus client-side SPI classes required to implement new protocols other than the Cactus-implemented ones.
P
- ProtocolHandler - interface org.apache.cactus.spi.client.connector.ProtocolHandler.
- Any communication protocol (e.g HTTP) used to connect between Cactus client side and Cactus server side must implement this lifecycle interface.
- ProtocolState - interface org.apache.cactus.spi.client.connector.ProtocolState.
- Hold protocol-related information that need to be exchanged during the lifecycle of the ProtocolHandler.
R
- runTest(Test, Test, Request) - Method in interface org.apache.cactus.spi.client.connector.ProtocolHandler
- 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.
A C O P R
|
|||||||||
| Home >> All >> org >> apache >> cactus >> spi >> client >> [ connector overview ] | PREV NEXT | ||||||||