How to make my servlet respond with ICY 200 OK
instead of HTTP/1.1 200 OK
, like Shoutcast
servers do? I can only think of using plain tcp sockets on a separate port.
Asked
Active
Viewed 101 times
0

basin
- 3,949
- 2
- 27
- 63
-
Write to header your custom information rather than changing existing. – SMA Mar 15 '15 at 12:46
-
http://stackoverflow.com/questions/16296145/set-header-in-tomcat – SMA Mar 15 '15 at 12:53