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 SunHttpJaxrsServer
HttpServerContainer. sun
Methods in org.jboss.resteasy.plugins.server.sun.http that return SunHttpJaxrsServer Modifier and Type Method Description SunHttpJaxrsServer
SunHttpJaxrsServer. deploy()
SunHttpJaxrsServer
SunHttpJaxrsServer. setDeployment(ResteasyDeployment deployment)
SunHttpJaxrsServer
SunHttpJaxrsServer. setHostname(String hostname)
SunHttpJaxrsServer
SunHttpJaxrsServer. setHttpServer(com.sun.net.httpserver.HttpServer httpServer)
If you do not provide an HttpServer instance, one will be created on startupSunHttpJaxrsServer
SunHttpJaxrsServer. setPort(int port)
Value is ignored if HttpServer property is set.SunHttpJaxrsServer
SunHttpJaxrsServer. setRootResourcePath(String rootResourcePath)
SunHttpJaxrsServer
SunHttpJaxrsServer. setSecurityDomain(SecurityDomain securityDomain)
Setting a security domain will turn on Basic AuthenticationSunHttpJaxrsServer
SunHttpJaxrsServer. start()
-