| Package | Description |
|---|---|
| org.xnio |
The main API package for XNIO.
|
| org.xnio.ssl |
Utility classes for using and implementing SSL within XNIO providers.
|
| Modifier and Type | Method and Description |
|---|---|
Xnio |
XnioProvider.getInstance()
Get the XNIO instance for this provider.
|
static Xnio |
Xnio.getInstance()
Get an XNIO provider instance from XNIO's class loader.
|
static Xnio |
Xnio.getInstance(ClassLoader classLoader)
Get an XNIO provider instance.
|
static Xnio |
Xnio.getInstance(String provider)
Get a specific XNIO provider instance from XNIO's class loader.
|
static Xnio |
Xnio.getInstance(String provider,
ClassLoader classLoader)
Get a specific XNIO provider instance.
|
Xnio |
XnioWorker.getXnio()
Get the XNIO provider which produced this worker.
|
| Constructor and Description |
|---|
XnioWorker(Xnio xnio,
ThreadGroup threadGroup,
OptionMap optionMap,
Runnable terminationTask)
Construct a new instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected Xnio |
XnioSsl.xnio
The corresponding XNIO instance.
|
| Constructor and Description |
|---|
JsseXnioSsl(Xnio xnio,
OptionMap optionMap)
Construct a new instance.
|
JsseXnioSsl(Xnio xnio,
OptionMap optionMap,
SSLContext sslContext)
Construct a new instance.
|
XnioSsl(Xnio xnio,
SSLContext sslContext,
OptionMap optionMap)
Construct a new instance.
|
Copyright © 2014 JBoss, a division of Red Hat, Inc.