Uses of Class
org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
-
Uses of SunHttpJaxrsServer in org.jboss.resteasy.plugins.server.sun.http
Modifier and TypeClassDescriptionclass
Deprecated.Prefer using a different implementation as this relies on JDK implementation detailsModifier and TypeMethodDescriptionSunHttpJaxrsServer.deploy()
Deprecated.SunHttpJaxrsServer.setDeployment
(ResteasyDeployment deployment) Deprecated.SunHttpJaxrsServer.setHostname
(String hostname) Deprecated.SunHttpJaxrsServer.setHttpServer
(HttpServer httpServer) Deprecated.If you do not provide an HttpServer instance, one will be created on startupSunHttpJaxrsServer.setPort
(int port) Deprecated.Value is ignored if HttpServer property is set.SunHttpJaxrsServer.setRootResourcePath
(String rootResourcePath) Deprecated.SunHttpJaxrsServer.setSecurityDomain
(SecurityDomain securityDomain) Deprecated.Setting a security domain will turn on Basic AuthenticationSunHttpJaxrsServer.start()
Deprecated.