Uses of Interface
org.apache.axis2.transport.testkit.channel.AsyncChannel
-
Packages that use AsyncChannel Package Description org.apache.axis2.transport.testkit Transport test kit base package.org.apache.axis2.transport.testkit.http org.apache.axis2.transport.testkit.tests.async org.apache.axis2.transport.testkit.tests.misc -
-
Uses of AsyncChannel in org.apache.axis2.transport.testkit
Methods in org.apache.axis2.transport.testkit with parameters of type AsyncChannel Modifier and Type Method Description void
TransportTestSuiteBuilder. addAsyncChannel(AsyncChannel channel, Object... relatedResources)
-
Uses of AsyncChannel in org.apache.axis2.transport.testkit.http
Classes in org.apache.axis2.transport.testkit.http that implement AsyncChannel Modifier and Type Class Description class
HttpChannel
-
Uses of AsyncChannel in org.apache.axis2.transport.testkit.tests.async
-
Uses of AsyncChannel in org.apache.axis2.transport.testkit.tests.misc
Constructors in org.apache.axis2.transport.testkit.tests.misc with parameters of type AsyncChannel Constructor Description MinConcurrencyTest(AsyncChannel[] channels, int messages, boolean preloadMessages, Object... resources)
-