|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Xnio | |
|---|---|
| org.xnio | The main API package for XNIO. |
| org.xnio.ssl | |
| Uses of Xnio in org.xnio |
|---|
| Methods in org.xnio that return Xnio | |
|---|---|
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(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. |
| Constructors in org.xnio with parameters of type Xnio | |
|---|---|
XnioWorker(Xnio xnio,
ThreadGroup threadGroup,
OptionMap optionMap,
Runnable terminationTask)
Construct a new instance. |
|
| Uses of Xnio in org.xnio.ssl |
|---|
| Fields in org.xnio.ssl declared as Xnio | |
|---|---|
protected Xnio |
XnioSsl.xnio
The corresponding XNIO instance. |
| Constructors in org.xnio.ssl with parameters of type Xnio | |
|---|---|
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. |
|
|
XNIO API 3.0.7.GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||