You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Reji Mathews <co...@gmail.com> on 2021/01/19 16:46:45 UTC

Ipv6 support in Jetty consumer(server) mode

hello community

I expose my jetty server currently as follows

<?xml version="1.0" encoding="UTF-8"?> <route customId="false" id="route9">
<from uri="jetty:http://0.0.0.0:8081/quotestest?httpMethodRestrict=PUT" /> <
log id="log17" message="Received http payload : ${body}" /> </route>

I am curious to know how we can set it up to support ipv6. Are there any
examples available which I could refer to?