Uses of Interface
org.glassfish.jersey.simple.SimpleServer
Packages that use SimpleServer
-
Uses of SimpleServer in org.glassfish.jersey.simple
Methods in org.glassfish.jersey.simple that return SimpleServerModifier and TypeMethodDescriptionprivate static SimpleServer
SimpleContainerFactory._create
(URI address, SSLContext context, SimpleContainer container, UnsafeValue<org.simpleframework.transport.SocketProcessor, IOException> serverProvider) static SimpleServer
SimpleContainerFactory.create
(URI address, SSLContext context, ResourceConfig config) Create aCloseable
that registers anContainer
that in turn manages all root resource and provider classes declared by the resource configuration.static SimpleServer
SimpleContainerFactory.create
(URI address, SSLContext context, ResourceConfig config, int count, int select) Create aCloseable
that registers anContainer
that in turn manages all root resource and provider classes declared by the resource configuration.static SimpleServer
SimpleContainerFactory.create
(URI address, SSLContext context, ResourceConfig config, Object parentContext, int count, int select) Create aCloseable
that registers anContainer
that in turn manages all root resource and provider classes declared by the resource configuration.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.static SimpleServer
SimpleContainerFactory.create
(URI address, ResourceConfig config) Create aCloseable
that registers anContainer
that in turn manages all root resource and provider classes declared by the resource configuration.static SimpleServer
SimpleContainerFactory.create
(URI address, ResourceConfig config, int count, int select) Create aCloseable
that registers anContainer
that in turn manages all root resource and provider classes declared by the resource configuration.