public static final class XmppWebSocketEncoder.UserProperties
extends java.lang.Object
User properties for usage in EndpointConfig.getUserProperties().
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MARSHALLER
The property key to provide the required
Marshaller. |
static java.lang.String |
ON_WRITE
The property to set an optional write callback.
|
static java.lang.String |
XML_OUTPUT_FACTORY
The property key to provide an optional
XMLOutputFactory. |
public static final java.lang.String MARSHALLER
The property key to provide the required Marshaller. The value must be a java.util.function.Supplier<Marshaller>.
public static final java.lang.String XML_OUTPUT_FACTORY
The property key to provide an optional XMLOutputFactory.
public static final java.lang.String ON_WRITE
The property to set an optional write callback. The value must be a java.util.function.BiConsumer<String, StreamElement>.
Copyright © 2014–2019 XMPP.rocks. All rights reserved.