Class CheckSessionStatusRestWebServiceImpl


  • @Path("/")
    public class CheckSessionStatusRestWebServiceImpl
    extends java.lang.Object
    Version:
    August 9, 2017
    Author:
    Yuriy Movchan
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response requestCheckSessionStatus​(javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse, javax.ws.rs.core.SecurityContext securityContext)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CheckSessionStatusRestWebServiceImpl

        public CheckSessionStatusRestWebServiceImpl()
    • Method Detail

      • requestCheckSessionStatus

        @GET
        @Path("/session_status")
        @Produces("application/json")
        public javax.ws.rs.core.Response requestCheckSessionStatus​(@Context
                                                                   javax.servlet.http.HttpServletRequest httpRequest,
                                                                   @Context
                                                                   javax.servlet.http.HttpServletResponse httpResponse,
                                                                   @Context
                                                                   javax.ws.rs.core.SecurityContext securityContext)
                                                            throws java.io.IOException
        Throws:
        java.io.IOException