Package | Description |
---|---|
io.undertow | |
io.undertow.protocols.ssl | |
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 |
Utility classes for using and implementing SSL within XNIO providers.
|
Modifier and Type | Method and Description |
---|---|
Xnio |
Undertow.getXnio() |
Constructor and Description |
---|
UndertowXnioSsl(Xnio xnio,
OptionMap optionMap)
Construct a new instance.
|
UndertowXnioSsl(Xnio xnio,
OptionMap optionMap,
ByteBufferPool bufferPool)
Construct a new instance.
|
UndertowXnioSsl(Xnio xnio,
OptionMap optionMap,
ByteBufferPool bufferPool,
SSLContext sslContext)
Construct a new instance.
|
UndertowXnioSsl(Xnio xnio,
OptionMap optionMap,
SSLContext sslContext)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
XnioWorker.Builder |
EndpointBuilder.buildXnioWorker(Xnio xnio) |
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.
|
Xnio |
XnioWorker.Builder.getXnio() |
Constructor and Description |
---|
Builder(Xnio xnio)
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 © 2017 JBoss by Red Hat. All rights reserved.