Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.cactus.spi.client.connector.ProtocolState

Uses of ProtocolState in org.apache.cactus.spi.client.connector
 

Methods in org.apache.cactus.spi.client.connector that return ProtocolState
 ProtocolState ProtocolHandler.runTest(junit.framework.Test theDelegatedTest, junit.framework.Test theWrappedTest, org.apache.cactus.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.
 

Methods in org.apache.cactus.spi.client.connector with parameters of type ProtocolState
 org.apache.cactus.spi.client.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.
 void ProtocolHandler.afterTest(ProtocolState theState)
          Let the connector implementor clean up after the test.