But now I want to send a raw TCP request, I could not find a plugin for this. Is there a supported plugin feature for this? I want to avoid shelling out for this.
This is an example of the raw TCP request I am making:
echo 'abc123 blahblahblah' | nc public.endpoint.com 10514
I the endpoint supports tls so I'd like to use that for the connection too.
If there is no plugin is it possible to write a groovy class in "src" folder that uses the Java tcp client to esblish a tls connection and send messages?