Uses of Class
org.jboss.resteasy.plugins.server.sun.http.SunHttpJaxrsServer
Packages that use SunHttpJaxrsServer
-
Uses of SunHttpJaxrsServer in org.jboss.resteasy.plugins.server.sun.http
Classes in org.jboss.resteasy.plugins.server.sun.http that implement interfaces with type arguments of type SunHttpJaxrsServerModifier and TypeClassDescriptionclass
Deprecated.Prefer using a different implementation as this relies on JDK implementation detailsFields in org.jboss.resteasy.plugins.server.sun.http declared as SunHttpJaxrsServerMethods in org.jboss.resteasy.plugins.server.sun.http that return SunHttpJaxrsServerModifier 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.