jrialland / ajp-client

Java implementation of an AJP13 protocol client (aka Apache JServ), allowing to send requests to a servlet container using this protocol.
Apache License 2.0
30 stars 7 forks source link

Added a AttributeFactory class #3

Closed pmoerenhout closed 5 years ago

pmoerenhout commented 6 years ago

I have added an AttributeFactory class, so the number of String parameters for the attribute can not mistaken, and the Collections handling is only done in the factory class. Could you also release it to Maven?

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-1.3%) to 76.135% when pulling bfcaf96f82e9c7c98b80e2b1c3631c89b86c61be on pmoerenhout:master into 093bdf1be4853df5b744f793bc83e9e874b0fdb4 on jrialland:master.