Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

jersey get session time

@Path("/helloworld")
public class HelloWorld {

    @GET
    @Produces("text/plain")
    public String hello() {


        return "";


    }
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jersey #session #time
ADD COMMENT
Topic
Name
7+7 =