<div dir="ltr">yes<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 26, 2014 at 9:06 AM, Heiko Braun <span dir="ltr">&lt;<a href="mailto:hbraun@redhat.com" target="_blank">hbraun@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">so for the simple case the idea is to declare a service dependency on the socket-binding:<br>
<br>
serviceBuilder..addDependency(SocketBinding.JBOSS_BINDING_NAME.append(bindingRef), SocketBinding.class, service.getBinding())<br>
<br>
and on the opposite side (service impl) use an injectable field:<br>
<br>
InjectedValue&lt;SocketBinding&gt; binding = new InjectedValue&lt;&gt;();<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On 26 Sep 2014, at 08:38, Heiko Braun &lt;<a href="mailto:hbraun@redhat.com">hbraun@redhat.com</a>&gt; wrote:<br>
<br>
&gt;<br>
&gt; Yes, my explanation was misleading. Since we try to reduce the overall number of ports used, I did assume that any subsystem that needs remote communication needs to go down the HTTP upgrade route. Isn&#39;t that the case? What&#39;s the policy behind this?<br>
&gt;<br>
&gt; On 25 Sep 2014, at 16:49, Tomaž Cerar &lt;<a href="mailto:tomaz.cerar@gmail.com">tomaz.cerar@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;&gt; You are talking about two things now.<br>
&gt;&gt;<br>
&gt;&gt; One is exposing new port which can be done via SocketBinding infrastructure we have.<br>
&gt;&gt; for example see ListenerAdd in undertow subsystem.<br>
&gt;&gt;<br>
&gt;&gt; Completely different thing is protocol multiplexing aka utilizing http upgrade.<br>
&gt;&gt; In this case port is one already exposed by undertow (8080 by default)<br>
&gt;&gt; See RemotingHttpUpgradeService for example how http-remoting works.<br>
&gt;&gt; Before you go with this solution make sure also protocol client support this.<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; tomaz<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Sep 25, 2014 at 4:29 PM, Heiko Braun &lt;<a href="mailto:hbraun@redhat.com">hbraun@redhat.com</a>&gt; wrote:<br>
&gt;&gt; Can someone give me a brief overview how a subsystem would expose a port?  How are services actually wired to the protocol multiplexing ? Can you point me to some examples?<br>
&gt;&gt;<br>
&gt;&gt; Regards, Heiko<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; wildfly-dev mailing list<br>
&gt;&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
&gt;&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; wildfly-dev mailing list<br>
&gt; <a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
<br>
</div></div></blockquote></div><br></div>