Class XmppWebSocketTransportModule


  • public final class XmppWebSocketTransportModule
    extends org.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModule<XmppWebSocketTransportModuleDescriptor>
    The websocket transport module that goes with Smack's modular architecture.
    • Field Summary

      • Fields inherited from class org.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModule

        connectionInternal, moduleDescriptor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jivesoftware.smack.websocket.XmppWebSocketTransportModule.EstablishingWebSocketConnectionState constructEstablishingWebSocketConnectionState​(org.jivesoftware.smack.websocket.XmppWebSocketTransportModule.EstablishingWebSocketConnectionStateDescriptor establishingWebSocketConnectionStateDescriptor, org.jivesoftware.smack.c2s.internal.ModularXmppClientToServerConnectionInternal connectionInternal)  
      protected XmppWebSocketTransportModule.XmppWebSocketTransport getTransport()  
      • Methods inherited from class org.jivesoftware.smack.c2s.ModularXmppClientToServerConnectionModule

        getModuleDescriptor
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • constructEstablishingWebSocketConnectionState

        public org.jivesoftware.smack.websocket.XmppWebSocketTransportModule.EstablishingWebSocketConnectionState constructEstablishingWebSocketConnectionState​(org.jivesoftware.smack.websocket.XmppWebSocketTransportModule.EstablishingWebSocketConnectionStateDescriptor establishingWebSocketConnectionStateDescriptor,
                                                                                                                                                                org.jivesoftware.smack.c2s.internal.ModularXmppClientToServerConnectionInternal connectionInternal)