Package org.jivesoftware.smack.websocket
Class XmppWebSocketTransportModule
java.lang.Object
org.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModule<XmppWebSocketTransportModuleDescriptor>
org.jivesoftware.smack.websocket.XmppWebSocketTransportModule
public final class XmppWebSocketTransportModule
extends org.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModule<XmppWebSocketTransportModuleDescriptor>
The websocket transport module that goes with Smack's modular architecture.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classfinal classTransport class forModularXmppClientToServerConnectionModule's websocket implementation. -
Field Summary
Fields inherited from class org.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModule
connectionInternal, moduleDescriptor -
Method Summary
Modifier and TypeMethodDescriptionorg.jivesoftware.smack.websocket.XmppWebSocketTransportModule.EstablishingWebSocketConnectionStateconstructEstablishingWebSocketConnectionState(org.jivesoftware.smack.websocket.XmppWebSocketTransportModule.EstablishingWebSocketConnectionStateDescriptor establishingWebSocketConnectionStateDescriptor, org.jivesoftware.smack.c2s.internal.ModularXmppClientToServerConnectionInternal connectionInternal) Methods inherited from class org.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModule
getModuleDescriptor
-
Method Details
-
getTransport
- Overrides:
getTransportin classorg.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModule<XmppWebSocketTransportModuleDescriptor>
-
constructEstablishingWebSocketConnectionState
public org.jivesoftware.smack.websocket.XmppWebSocketTransportModule.EstablishingWebSocketConnectionState constructEstablishingWebSocketConnectionState(org.jivesoftware.smack.websocket.XmppWebSocketTransportModule.EstablishingWebSocketConnectionStateDescriptor establishingWebSocketConnectionStateDescriptor, org.jivesoftware.smack.c2s.internal.ModularXmppClientToServerConnectionInternal connectionInternal)
-