java - Socket programming:Assign name to port number -


is possible assign name port number

like

localhost:8888 localhost:xyz

localhost:9000 localhost:abc

i want hide port number client side while giving them link

i have video streaming server (different streaming on different port) ...want hide port number because 1 can change port , able see other stream

no, can't that. way tcp/ip works requires both ends know number of port, both have know each other's ip addresses.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -