Uses of Interface
tigase.http.api.Service
-
Packages that use Service Package Description tigase.http tigase.http.java tigase.http.modules.setup tigase.http.rest -
-
Uses of Service in tigase.http
Classes in tigase.http that implement Service Modifier and Type Class Description classServiceImpl<T extends Module>Methods in tigase.http that return Service Modifier and Type Method Description ServiceDeploymentInfo. getService()Methods in tigase.http with parameters of type Service Modifier and Type Method Description DeploymentInfoDeploymentInfo. setService(Service service) -
Uses of Service in tigase.http.java
Constructors in tigase.http.java with parameters of type Service Constructor Description DummyServletRequest(int requestId, com.sun.net.httpserver.HttpExchange exchange, java.lang.String contextPath, java.lang.String servletPath, Service service, java.util.concurrent.ScheduledExecutorService timer, java.lang.Integer executionTimeout) -
Uses of Service in tigase.http.modules.setup
Methods in tigase.http.modules.setup that return Service Modifier and Type Method Description protected ServiceSetupModule. getService() -
Uses of Service in tigase.http.rest
Subinterfaces of Service in tigase.http.rest Modifier and Type Interface Description interfaceService<T extends Module>
-