Uses of Interface
org.glassfish.jersey.server.spi.WebServer
-
Packages that use WebServer Package Description org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes. -
-
Uses of WebServer in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server with type parameters of type WebServer Modifier and Type Method Description static <T extends WebServer>
TWebServerFactory. createServer(Class<T> type, Application application, JerseySeBootstrapConfiguration configuration)Creates a server of a given type which runs the given application using the given bootstrap configuration.static <T extends WebServer>
TWebServerFactory. createServer(Class<T> type, Class<? extends Application> application, JerseySeBootstrapConfiguration configuration)Creates a server of a given type which runs the given application using the given bootstrap configuration.Method parameters in org.glassfish.jersey.server with type arguments of type WebServer Modifier and Type Method Description JerseySeBootstrapConfiguration.BuilderJerseySeBootstrapConfiguration.Builder. webServerClass(Class<? extends WebServer> webServerClass)Set the the respectiveWebServerclass to be used by theWebServerProvider. -
Uses of WebServer in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi with type parameters of type WebServer Modifier and Type Method Description <T extends WebServer>
TWebServerProvider. createServer(Class<T> type, Application application, JerseySeBootstrapConfiguration configuration)Creates a server of a given type which runs the given application using the given bootstrap configuration.<T extends WebServer>
TWebServerProvider. createServer(Class<T> type, Class<? extends Application> applicationClass, JerseySeBootstrapConfiguration configuration)Creates a server of a given type which runs the given application using the given bootstrap configuration.
-