Uses of Class
org.jivesoftware.smack.c2s.internal.ModularXmppClientToServerConnectionInternal
-
Packages that use ModularXmppClientToServerConnectionInternal Package Description org.jivesoftware.smack.bind2 Classes and interfaces for Bind 2.0 (XEP-0386).org.jivesoftware.smack.c2s Smack's (new) API for client-to-server (c2s) connections.org.jivesoftware.smack.compression Smack classes for compression.org.jivesoftware.smack.fsm Smack's Finite State Machine to handle the login logic.org.jivesoftware.smack.isr Classes and interfaces for Instant Stream Resumption (ISR) (XEP-0397).org.jivesoftware.smack.sm Smack's implementation of XEP-0198: Stream Management.org.jivesoftware.smack.tcp TCP-IP related classes for Smack.org.jivesoftware.smack.websocket WebSocket related classes for Smack.org.jivesoftware.smack.websocket.impl This package contains websocket implementations to be plugged inside websocket transport.org.jivesoftware.smack.websocket.java11 WebSocket support for Smack usingWebSocket, which is available since Java 11.org.jivesoftware.smack.websocket.okhttp Copyright 2020 Aditya Borikar Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. -
-
Uses of ModularXmppClientToServerConnectionInternal in org.jivesoftware.smack.bind2
Methods in org.jivesoftware.smack.bind2 with parameters of type ModularXmppClientToServerConnectionInternal Modifier and Type Method Description org.jivesoftware.smack.bind2.Bind2Module.Bind2StateBind2Module. constructBind2State(Bind2Module.Bind2StateDescriptor bind2StateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)protected org.jivesoftware.smack.bind2.Bind2Module.Bind2StateBind2Module.Bind2StateDescriptor. constructState(ModularXmppClientToServerConnectionInternal connectionInternal)protected Bind2ModuleBind2ModuleDescriptor. constructXmppConnectionModule(ModularXmppClientToServerConnectionInternal connectionInternal)Constructors in org.jivesoftware.smack.bind2 with parameters of type ModularXmppClientToServerConnectionInternal Constructor Description Bind2Module(Bind2ModuleDescriptor moduleDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of ModularXmppClientToServerConnectionInternal in org.jivesoftware.smack.c2s
Fields in org.jivesoftware.smack.c2s declared as ModularXmppClientToServerConnectionInternal Modifier and Type Field Description protected ModularXmppClientToServerConnectionInternalModularXmppClientToServerConnectionModule. connectionInternalprotected ModularXmppClientToServerConnectionInternalXmppClientToServerTransport. connectionInternalMethods in org.jivesoftware.smack.c2s with parameters of type ModularXmppClientToServerConnectionInternal Modifier and Type Method Description protected abstract ModularXmppClientToServerConnectionModule<? extends ModularXmppClientToServerConnectionModuleDescriptor>ModularXmppClientToServerConnectionModuleDescriptor. constructXmppConnectionModule(ModularXmppClientToServerConnectionInternal connectionInternal)Constructors in org.jivesoftware.smack.c2s with parameters of type ModularXmppClientToServerConnectionInternal Constructor Description ModularXmppClientToServerConnectionModule(MD moduleDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)XmppClientToServerTransport(ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of ModularXmppClientToServerConnectionInternal in org.jivesoftware.smack.compression
Methods in org.jivesoftware.smack.compression with parameters of type ModularXmppClientToServerConnectionInternal Modifier and Type Method Description org.jivesoftware.smack.compression.CompressionModule.CompressionStateCompressionModule. constructCompressionState(CompressionModule.CompressionStateDescriptor compressionStateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)protected org.jivesoftware.smack.compression.CompressionModule.CompressionStateCompressionModule.CompressionStateDescriptor. constructState(ModularXmppClientToServerConnectionInternal connectionInternal)protected CompressionModuleCompressionModuleDescriptor. constructXmppConnectionModule(ModularXmppClientToServerConnectionInternal connectionInternal)Constructors in org.jivesoftware.smack.compression with parameters of type ModularXmppClientToServerConnectionInternal Constructor Description CompressionModule(CompressionModuleDescriptor moduleDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of ModularXmppClientToServerConnectionInternal in org.jivesoftware.smack.fsm
Fields in org.jivesoftware.smack.fsm declared as ModularXmppClientToServerConnectionInternal Modifier and Type Field Description protected ModularXmppClientToServerConnectionInternalState. connectionInternalMethods in org.jivesoftware.smack.fsm with parameters of type ModularXmppClientToServerConnectionInternal Modifier and Type Method Description protected StateStateDescriptor. constructState(ModularXmppClientToServerConnectionInternal connectionInternal)static StateDescriptorGraph.GraphVertex<State>StateDescriptorGraph. convertToStateGraph(StateDescriptorGraph.GraphVertex<StateDescriptor> initialStateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)Constructors in org.jivesoftware.smack.fsm with parameters of type ModularXmppClientToServerConnectionInternal Constructor Description AbstractTransport(XmppClientToServerTransport transport, StateDescriptor stateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)NoOpState(ModularXmppClientToServerConnection connection, StateDescriptor stateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)Constructs a NoOpState.State(StateDescriptor stateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of ModularXmppClientToServerConnectionInternal in org.jivesoftware.smack.isr
Methods in org.jivesoftware.smack.isr with parameters of type ModularXmppClientToServerConnectionInternal Modifier and Type Method Description org.jivesoftware.smack.isr.InstantStreamResumptionModule.InstantStreamResumptionStateInstantStreamResumptionModule. constructInstantStreamResumptionState(InstantStreamResumptionModule.InstantStreamResumptionStateDescriptor instantStreamResumptionStateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)protected org.jivesoftware.smack.isr.InstantStreamResumptionModule.InstantStreamResumptionStateInstantStreamResumptionModule.InstantStreamResumptionStateDescriptor. constructState(ModularXmppClientToServerConnectionInternal connectionInternal)protected InstantStreamResumptionModuleInstantStreamResumptionModuleDescriptor. constructXmppConnectionModule(ModularXmppClientToServerConnectionInternal connectionInternal)Constructors in org.jivesoftware.smack.isr with parameters of type ModularXmppClientToServerConnectionInternal Constructor Description InstantStreamResumptionModule(InstantStreamResumptionModuleDescriptor instantStreamResumptionModuleDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of ModularXmppClientToServerConnectionInternal in org.jivesoftware.smack.sm
Methods in org.jivesoftware.smack.sm with parameters of type ModularXmppClientToServerConnectionInternal Modifier and Type Method Description protected org.jivesoftware.smack.sm.StreamManagementModule.EnableStreamManagementStateStreamManagementModule.EnableStreamManagementStateDescriptor. constructState(ModularXmppClientToServerConnectionInternal connectionInternal)protected org.jivesoftware.smack.sm.StreamManagementModule.ResumeStreamStateStreamManagementModule.ResumeStreamStateDescriptor. constructState(ModularXmppClientToServerConnectionInternal connectionInternal)protected StreamManagementModuleStreamManagementModuleDescriptor. constructXmppConnectionModule(ModularXmppClientToServerConnectionInternal connectionInternal)Constructors in org.jivesoftware.smack.sm with parameters of type ModularXmppClientToServerConnectionInternal Constructor Description StreamManagementModule(StreamManagementModuleDescriptor moduleDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of ModularXmppClientToServerConnectionInternal in org.jivesoftware.smack.tcp
Methods in org.jivesoftware.smack.tcp with parameters of type ModularXmppClientToServerConnectionInternal Modifier and Type Method Description protected XmppTcpTransportModuleXmppTcpTransportModuleDescriptor. constructXmppConnectionModule(ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of ModularXmppClientToServerConnectionInternal in org.jivesoftware.smack.websocket
Methods in org.jivesoftware.smack.websocket with parameters of type ModularXmppClientToServerConnectionInternal Modifier and Type Method Description org.jivesoftware.smack.websocket.XmppWebSocketTransportModule.EstablishingWebSocketConnectionStateXmppWebSocketTransportModule. constructEstablishingWebSocketConnectionState(org.jivesoftware.smack.websocket.XmppWebSocketTransportModule.EstablishingWebSocketConnectionStateDescriptor establishingWebSocketConnectionStateDescriptor, ModularXmppClientToServerConnectionInternal connectionInternal)protected ModularXmppClientToServerConnectionModule<? extends ModularXmppClientToServerConnectionModuleDescriptor>XmppWebSocketTransportModuleDescriptor. constructXmppConnectionModule(ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of ModularXmppClientToServerConnectionInternal in org.jivesoftware.smack.websocket.impl
Fields in org.jivesoftware.smack.websocket.impl declared as ModularXmppClientToServerConnectionInternal Modifier and Type Field Description protected ModularXmppClientToServerConnectionInternalAbstractWebSocket. connectionInternalMethods in org.jivesoftware.smack.websocket.impl with parameters of type ModularXmppClientToServerConnectionInternal Modifier and Type Method Description AbstractWebSocketWebSocketFactory. create(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)static AbstractWebSocketWebSocketFactoryService. createWebSocket(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)Constructors in org.jivesoftware.smack.websocket.impl with parameters of type ModularXmppClientToServerConnectionInternal Constructor Description AbstractWebSocket(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of ModularXmppClientToServerConnectionInternal in org.jivesoftware.smack.websocket.java11
Methods in org.jivesoftware.smack.websocket.java11 with parameters of type ModularXmppClientToServerConnectionInternal Modifier and Type Method Description Java11WebSocketJava11WebSocketFactory. create(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal) -
Uses of ModularXmppClientToServerConnectionInternal in org.jivesoftware.smack.websocket.okhttp
Methods in org.jivesoftware.smack.websocket.okhttp with parameters of type ModularXmppClientToServerConnectionInternal Modifier and Type Method Description AbstractWebSocketOkHttpWebSocketFactory. create(WebSocketRemoteConnectionEndpoint endpoint, ModularXmppClientToServerConnectionInternal connectionInternal)
-