Uses of Class
org.glassfish.jersey.server.JerseySeBootstrapConfiguration
-
Packages that use JerseySeBootstrapConfiguration 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 JerseySeBootstrapConfiguration in org.glassfish.jersey.server
Methods in org.glassfish.jersey.server that return JerseySeBootstrapConfiguration Modifier and Type Method Description JerseySeBootstrapConfigurationJerseySeBootstrapConfiguration.Builder. build()static JerseySeBootstrapConfigurationJerseySeBootstrapConfiguration. from(SeBootstrap.Configuration configuration)Factory method creatingJerseySeBootstrapConfigurationwrapper aroundSeBootstrap.Configuration.Methods in org.glassfish.jersey.server with parameters of type JerseySeBootstrapConfiguration 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. -
Uses of JerseySeBootstrapConfiguration in org.glassfish.jersey.server.spi
Methods in org.glassfish.jersey.server.spi with parameters of type JerseySeBootstrapConfiguration 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.
-