mulesoft / apikit

APIkit is a tool for building REST APIs using MULE Runtime
Other
17 stars 52 forks source link

Consider supporting Servlet and Jetty transports #2

Open ddossot opened 11 years ago

ddossot commented 11 years ago

RestProtocolAdapterFactory supports only HTTP(S) and the NIO variants of it.

SteveWang123 commented 9 years ago

Hi, I was stuck with embedding APIkit with servlet, Have you finished with supporting Servlet? Looking for your response, thank you!

svacas commented 9 years ago

We've added support for Jetty. Support for servlet is not planned at the moment.