What is http-remoting protocoll

I installed EJB on Wildfly and wrote to the client to access it. It works fine with the http-remoting protocol.

Unfortunately, I'm not sure about the functional details of http-remoting.

I assume this is an RMI protocol http tunnel. But I can not find suitable resources on this topic. So I'm really not sure.

Does anyone know how http-remoting works as a protocol?

+6
source share
1 answer

This is a protocol implemented in JBoss Remoting . There is a GitHub repo for him .

, WildFly remote+http remote+https. http-remoting , .

+4

Source: https://habr.com/ru/post/1015959/


All Articles