Is it possible to re-use the same port(80) on both Grizzly HTTP Server
<https://grizzly.java.net/httpserverframework.html> and a customer TCP
protocol.
I've read the offical document about Port Unification
<https://grizzly.java.net/portunification.html>, but I can't found a HTTP
Finder implementation.
Even I write my own HTTP Finder, still I don't know how could this work
with Grizzly HTTP Server.