I'm not too familiar with networking in JAVA but what i'm basically trying to do is create a couple of threads that will "talk" to each other using HTTPS for security reasons.
I'm not sure about the terminology so what I'm looking for is a pointing in the right direction. Hopefully, this should be pretty easy for experienced JAVA networking programmers.
I've tried to research this myself but there are different methods of doing this (HttpsURLConnection? Sending a POST Request Using a URL?) and a tip from someone who's done this before could save me alot of research time.
Thanks!