Uses of Class
org.glassfish.jersey.simple.SimpleContainer
-
Uses of SimpleContainer in org.glassfish.jersey.simple
Modifier and TypeMethodDescriptionstatic SimpleServer
SimpleContainerFactory.create
(URI address, SSLContext context, SeBootstrap.Configuration.SSLClientAuthentication sslClientAuthentication, SimpleContainer container, boolean start) Create aCloseable
that registers anContainer
that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.static SimpleServer
SimpleContainerFactory.create
(URI address, SSLContext context, SimpleContainer container) Create aCloseable
that registers anContainer
that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.static SimpleServer
SimpleContainerFactory.create
(URI address, SSLContext context, SimpleContainer container, int count, int select) Create aCloseable
that registers anContainer
that in turn manages all root resource and provider classes found by searching the classes referenced in the java classpath.