private static SimpleServer |
SimpleContainerFactory._create(java.net.URI address,
javax.net.ssl.SSLContext context,
SimpleContainer container,
UnsafeValue<org.simpleframework.transport.SocketProcessor,java.io.IOException> serverProvider) |
|
static SimpleServer |
SimpleContainerFactory.create(java.net.URI address,
javax.net.ssl.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(java.net.URI address,
javax.net.ssl.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(java.net.URI address,
javax.net.ssl.SSLContext context,
ResourceConfig config,
java.lang.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(java.net.URI address,
javax.net.ssl.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(java.net.URI address,
javax.net.ssl.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.
|
static SimpleServer |
SimpleContainerFactory.create(java.net.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(java.net.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.
|