|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolHandler | |
org.apache.cactus | Contains all classes needed for writing Cactus tests. |
org.apache.cactus.internal | Contains Cactus internal implementation classes. |
org.apache.cactus.internal.client | Contains the classes implementing of the client side of Cactus. |
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. |
Uses of ProtocolHandler in org.apache.cactus |
Methods in org.apache.cactus that return ProtocolHandler | |
protected ProtocolHandler |
FilterTestCase.createProtocolHandler()
|
protected ProtocolHandler |
ServletTestCase.createProtocolHandler()
|
protected ProtocolHandler |
JspTestCase.createProtocolHandler()
|
Uses of ProtocolHandler in org.apache.cactus.internal |
Methods in org.apache.cactus.internal that return ProtocolHandler | |
protected abstract ProtocolHandler |
AbstractCactusTestCase.createProtocolHandler()
Create a protocol handler instance that will be used to connect to the server side. |
Uses of ProtocolHandler in org.apache.cactus.internal.client |
Constructors in org.apache.cactus.internal.client with parameters of type ProtocolHandler | |
ClientTestCaseCaller(junit.framework.Test theDelegatedTest,
junit.framework.Test theWrappedTest,
ProtocolHandler theProtocolHandler)
|
Uses of ProtocolHandler in org.apache.cactus.internal.client.connector.http |
Classes in org.apache.cactus.internal.client.connector.http that implement ProtocolHandler | |
class |
HttpProtocolHandler
Implementation for the HTTP protocol. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |