Uses of Class
org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
-
Packages that use SunHttpJaxrsServer Package Description org.jboss.resteasy.plugins.server.sun.http -
-
Uses of SunHttpJaxrsServer in org.jboss.resteasy.plugins.server.sun.http
Fields in org.jboss.resteasy.plugins.server.sun.http declared as SunHttpJaxrsServer Modifier and Type Field Description static SunHttpJaxrsServerHttpServerContainer. sunMethods in org.jboss.resteasy.plugins.server.sun.http that return SunHttpJaxrsServer Modifier and Type Method Description SunHttpJaxrsServerSunHttpJaxrsServer. deploy()SunHttpJaxrsServerSunHttpJaxrsServer. setDeployment(ResteasyDeployment deployment)SunHttpJaxrsServerSunHttpJaxrsServer. setHostname(String hostname)SunHttpJaxrsServerSunHttpJaxrsServer. setHttpServer(com.sun.net.httpserver.HttpServer httpServer)If you do not provide an HttpServer instance, one will be created on startupSunHttpJaxrsServerSunHttpJaxrsServer. setPort(int port)Value is ignored if HttpServer property is set.SunHttpJaxrsServerSunHttpJaxrsServer. setRootResourcePath(String rootResourcePath)SunHttpJaxrsServerSunHttpJaxrsServer. setSecurityDomain(SecurityDomain securityDomain)Setting a security domain will turn on Basic AuthenticationSunHttpJaxrsServerSunHttpJaxrsServer. start()
-