| |
|
| org.apache.http.HttpCoreNIOSSLTestBase org.apache.http.nio.protocol.TestNIOSSLHttp
suite | public static Test suite()(Code) | | |
testSimpleBasicHttpEntityEnclosingRequestsChunked | public void testSimpleBasicHttpEntityEnclosingRequestsChunked() throws Exception(Code) | | This test case executes a series of simple (non-pipelined) POST requests
with chunk coded content content over multiple connections.
|
testSimpleBasicHttpEntityEnclosingRequestsHTTP10 | public void testSimpleBasicHttpEntityEnclosingRequestsHTTP10() throws Exception(Code) | | This test case executes a series of simple (non-pipelined) HTTP/1.0
POST requests over multiple persistent connections.
|
testSimpleBasicHttpEntityEnclosingRequestsWithContentLength | public void testSimpleBasicHttpEntityEnclosingRequestsWithContentLength() throws Exception(Code) | | This test case executes a series of simple (non-pipelined) POST requests
with content length delimited content over multiple connections.
|
testSimpleHttpGets | public void testSimpleHttpGets() throws Exception(Code) | | This test case executes a series of simple (non-pipelined) GET requests
over multiple connections.
|
|
|
|