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

Packages that use ProtocolState
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   
 

Uses of ProtocolState in org.apache.cactus.internal.client.connector.http
 

Classes in org.apache.cactus.internal.client.connector.http that implement ProtocolState
 class HttpProtocolState
          HTTP-specific state information to be passed to the different ProtocolHandler lifecycle methods.
 

Methods in org.apache.cactus.internal.client.connector.http that return ProtocolState
 ProtocolState HttpProtocolHandler.runTest(junit.framework.Test theDelegatedTest, junit.framework.Test theWrappedTest, Request theRequest)
           
 

Methods in org.apache.cactus.internal.client.connector.http with parameters of type ProtocolState
 ResponseObjectFactory HttpProtocolHandler.createResponseObjectFactory(ProtocolState theState)
           
 void HttpProtocolHandler.afterTest(ProtocolState theState)
           
 

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, 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
 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.
 



Copyright © 2000-2004 Apache Software Foundation. All Rights Reserved.