| 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 |
|---|---|
XnioSsl |
Xnio.getSslProvider(KeyManager[] keyManagers,
TrustManager[] trustManagers,
OptionMap optionMap)
Get an SSL provider for this XNIO provider.
|
XnioSsl |
Xnio.getSslProvider(OptionMap optionMap)
Get an SSL provider for this XNIO provider.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsseXnioSsl
An XNIO SSL provider based on JSSE.
|
Copyright © 2010 JBoss, a division of Red Hat, Inc.