Skip to content

Commit

Permalink
Add Secure Transport, Improve HTTP response handling
Browse files Browse the repository at this point in the history
Allow Secure transport protocol to be set on TCP/HTTP Clients
HTTP Response Handling Improved
Cosmetic Tidy Up
  • Loading branch information
IBMRob committed Mar 8, 2016
1 parent db137a3 commit db9177e
Show file tree
Hide file tree
Showing 23 changed files with 647 additions and 617 deletions.
4 changes: 4 additions & 0 deletions HTTPPerfHarness/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*
**
!.gitignore
bin
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ nm.desc = Number of messages to send for each thread
nm.type = java.lang.Integer
nm.xtra = If this value is >0 then each client thread will send this number of msgs\n\
rb.dflt = 10000
rb.dflt = 16384
rb.desc = Size of the receive buffer in bytes in which the HTTP Reply message is read. This MUST be big enough for the reply message.
rb.type = java.lang.Integer

Expand All @@ -95,9 +95,13 @@ px.desc = Send absoluteURI in HTTP header request URI, required when requests se
px.type = java.lang.Boolean

se.dflt = false
se.desc = Use SSL
se.desc = Use secure transport
se.type = java.lang.Boolean

ps.dflt =
ps.desc = Comma-separated list of security protocols to be enabled on the socket
ps.type = java.lang.String

pa.dflt = 0
pa.desc = Pattern for sending multiple different messages: 0=cycle (default), 1=prime, 2=thread
pa.type = java.lang.Integer
Expand All @@ -115,8 +119,6 @@ es.dflt = 1000
es.desc = Period to sleep for between connection retries when errors allowed (ms)
es.type = java.lang.Integer



au.dflt =
au.desc = Specify username and password for HTTP basic auth in the form <username>:<password>
au.type = java.lang.String
Expand Down
Loading

0 comments on commit db9177e

Please sign in to comment.