[wildfly-dev] Subsystem exposing a port?
Tomaž Cerar
tomaz.cerar at gmail.com
Thu Sep 25 10:49:51 EDT 2014
You are talking about two things now.
One is exposing new port which can be done via SocketBinding infrastructure
we have.
for example see ListenerAdd in undertow subsystem.
Completely different thing is protocol multiplexing aka utilizing http
upgrade.
In this case port is one already exposed by undertow (8080 by default)
See RemotingHttpUpgradeService for example how http-remoting works.
Before you go with this solution make sure also protocol client support
this.
--
tomaz
On Thu, Sep 25, 2014 at 4:29 PM, Heiko Braun <hbraun at redhat.com> wrote:
> 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?
>
> Regards, Heiko
> _______________________________________________
> wildfly-dev mailing list
> wildfly-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/wildfly-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/wildfly-dev/attachments/20140925/f4f76ecd/attachment.html
More information about the wildfly-dev
mailing list