Uses of Class
org.xnio.Property
-
Packages that use Property Package Description org.xnio The main API package for XNIO. -
-
Uses of Property in org.xnio
Fields in org.xnio with type parameters of type Property Modifier and Type Field Description static Option<Sequence<Property>>Options. SASL_PROPERTIESA list of provider specific SASL properties.Methods in org.xnio that return Property Modifier and Type Method Description static PropertyProperty. of(java.lang.String key, java.lang.Object value)Create a new property for the specified key and value.static PropertyProperty. of(java.lang.String key, java.lang.String value)Create a new property for the specified key and value.Methods in org.xnio with parameters of type Property Modifier and Type Method Description booleanProperty. equals(Property other)Determine if this Property equals another Property.
-