| Package | Description |
|---|---|
| org.jboss.remoting3 |
The base Remoting 3 API package.
|
| org.jboss.remoting3.spi |
Service provider classes and interfaces.
|
| org.xnio |
The main API package for XNIO.
|
| org.xnio.ssl |
| Modifier and Type | Method and Description |
|---|---|
static Endpoint |
Remoting.createEndpoint(String endpointName,
Xnio xnio,
OptionMap optionMap)
Create an endpoint with the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
Xnio |
ConnectionProviderContext.getXnio()
Get the XNIO instance.
|
| 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 © 2012 JBoss by Red Hat. All Rights Reserved.