Package | Description |
---|---|
org.glassfish.jersey.simple |
Jersey Simple 6.x container classes.
|
Modifier and Type | Method and Description |
---|---|
static SimpleServer |
SimpleContainerFactory.create(URI address,
ResourceConfig config)
Create a
Closeable that registers an Container 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 a
Closeable that registers an Container 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)
Create a
Closeable that registers an Container 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 a
Closeable that registers an Container 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 a
Closeable that registers an Container 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 a
Closeable that registers an Container 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 a
Closeable that registers an Container that in turn manages all root
resource and provider classes found by searching the classes referenced in the java classpath. |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.