| Package | Description |
|---|---|
| org.xnio |
The main API package for XNIO.
|
| org.xnio.ssl |
| Modifier and Type | Method and Description |
|---|---|
static Xnio |
Xnio.getInstance()
Get an XNIO provider instance from XNIO's class loader.
|
Xnio |
XnioProvider.getInstance()
Get the XNIO instance for this provider.
|
static Xnio |
Xnio.getInstance(java.lang.ClassLoader classLoader)
Get an XNIO provider instance.
|
static Xnio |
Xnio.getInstance(java.lang.String provider)
Get a specific XNIO provider instance from XNIO's class loader.
|
static Xnio |
Xnio.getInstance(java.lang.String provider,
java.lang.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,
java.lang.ThreadGroup threadGroup,
OptionMap optionMap,
java.lang.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,
javax.net.ssl.SSLContext sslContext)
Construct a new instance.
|
XnioSsl(Xnio xnio,
javax.net.ssl.SSLContext sslContext,
OptionMap optionMap)
Construct a new instance.
|
Copyright © 2010 JBoss, a division of Red Hat, Inc.