IntelliJ Java IDE
The moose likes JBoss and the fly likes Http Header Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Http Header" Watch "Http Header" New topic
Author

Http Header

Diego Memo
Greenhorn

Joined: Jun 18, 2004
Posts: 8
Hi,
I've to exctract the HTTP Header for the message send to client.
How can i do it?

thanks

P.S.
this is a my service:

public class testHelloWorld
{
public testHelloWorld() {

}

public String getHelloWorldMessage(String name){
return "Hello world to " + name;
}
}
 
IntelliJ Java IDE
 
subject: Http Header
 
Threads others viewed
Passing parameters with h: link
Servlet Model.1.3?
JSP:Redirection based on Cipher Strength of Browser
JAXB Question
Problem parsing XML with Castor
IntelliJ Java IDE