Skip navigation links
C D E F G I M O R S T U W X 

C

Close - Class in rocks.xmpp.websocket.model
The implementation of the <close/> element in the urn:ietf:params:xml:ns:xmpp-framing namespace.
Close() - Constructor for class rocks.xmpp.websocket.model.Close
Creates an empty <close/>.
Close(URI) - Constructor for class rocks.xmpp.websocket.model.Close
Creates an <close/> with an “see-other-uri” attribute.
Close(Jid, Jid, String, Locale, String, URI) - Constructor for class rocks.xmpp.websocket.model.Close
Creates an <close/> element with a ‘to’, ‘from’, ‘id’, ‘lang’ and ‘see-other-uri’ attribute.
closeFuture() - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 

D

decode(String) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
destroy() - Method in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
destroy() - Method in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder
 

E

encode(StreamElement) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder
 

F

flush() - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 

G

getRemoteAddress() - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 
getUri() - Method in class rocks.xmpp.websocket.model.Close
The “see-other-uri” attribute.

I

init(EndpointConfig) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
init(EndpointConfig) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder
 
isSecure() - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 

M

MARSHALLER - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder.UserProperties
The property key to provide the required Marshaller.

O

ON_READ - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder.UserProperties
The property to set the read callback.
ON_WRITE - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder.UserProperties
The property to set an optional write callback.
Open - Class in rocks.xmpp.websocket.model
The implementation of the <open/> element in the urn:ietf:params:xml:ns:xmpp-framing namespace.
Open(Jid, Locale) - Constructor for class rocks.xmpp.websocket.model.Open
Creates an <open/> element with a ‘to’ and ‘lang’ attribute.
Open(Jid, Jid, String, Locale) - Constructor for class rocks.xmpp.websocket.model.Open
Creates an <open/> element with a ‘to’, ‘from’, ‘id’ and ‘lang’ attribute.
Open(Jid, Jid, String, Locale, String) - Constructor for class rocks.xmpp.websocket.model.Open
Creates an <open/> element with a ‘to’, ‘from’, ‘id’ and ‘lang’ attribute.
open(SessionOpen) - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 

R

rocks.xmpp.websocket.codec - package rocks.xmpp.websocket.codec
Provides encoder and decoder implementations for communicating XMPP over WebSockets.
rocks.xmpp.websocket.model - package rocks.xmpp.websocket.model
Provides XML schema implementations of XMPP Subprotocol for WebSocket.
rocks.xmpp.websocket.net - package rocks.xmpp.websocket.net
Provides connection-related classes for the XMPP Subprotocol for WebSocket.

S

send(StreamElement) - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 

T

toString() - Method in class rocks.xmpp.websocket.model.Close
 
toString() - Method in class rocks.xmpp.websocket.model.Open
 
toString() - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 

U

UNMARSHALLER - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder.UserProperties
The property key to set the unmarshaller.

W

WebSocketConnection - Class in rocks.xmpp.websocket.net
An XMPP WebSocket connection.
WebSocketConnection(Session, StreamHandler, Consumer<Throwable>, CompletableFuture<Void>, ConnectionConfiguration) - Constructor for class rocks.xmpp.websocket.net.WebSocketConnection
 
willDecode(String) - Method in class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
write(StreamElement) - Method in class rocks.xmpp.websocket.net.WebSocketConnection
 

X

XML_OUTPUT_FACTORY - Static variable in class rocks.xmpp.websocket.codec.XmppWebSocketEncoder.UserProperties
The property key to provide an optional XMLOutputFactory.
XmppWebSocketDecoder - Class in rocks.xmpp.websocket.codec
Decodes WebSocket text messages to XMPP StreamElements.
XmppWebSocketDecoder() - Constructor for class rocks.xmpp.websocket.codec.XmppWebSocketDecoder
 
XmppWebSocketDecoder.UserProperties - Class in rocks.xmpp.websocket.codec
User properties for usage in EndpointConfig.getUserProperties().
XmppWebSocketEncoder - Class in rocks.xmpp.websocket.codec
Encodes XMPP StreamElements to WebSocket text messages.
XmppWebSocketEncoder() - Constructor for class rocks.xmpp.websocket.codec.XmppWebSocketEncoder
 
XmppWebSocketEncoder.UserProperties - Class in rocks.xmpp.websocket.codec
User properties for usage in EndpointConfig.getUserProperties().
C D E F G I M O R S T U W X 
Skip navigation links

Copyright © 2014–2018 XMPP.rocks. All rights reserved.