Package | Description |
---|---|
org.xnio |
The main API package for XNIO.
|
Modifier and Type | Field and Description |
---|---|
static Option<Sequence<Property>> |
Options.SASL_PROPERTIES
A list of provider specific SASL properties.
|
Modifier and Type | Method and Description |
---|---|
static Property |
Property.of(String key,
Object value)
Create a new property for the specified key and value.
|
static Property |
Property.of(String key,
String value)
Create a new property for the specified key and value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Property.equals(Property other)
Determine if this Property equals another Property.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.