Uses of Interface
org.jivesoftware.smack.c2s.XmppClientToServerTransport.LookupConnectionEndpointsResult
-
Packages that use XmppClientToServerTransport.LookupConnectionEndpointsResult Package Description org.jivesoftware.smack.c2s Smack's (new) API for client-to-server (c2s) connections.org.jivesoftware.smack.websocket WebSocket related classes for Smack. -
-
Uses of XmppClientToServerTransport.LookupConnectionEndpointsResult in org.jivesoftware.smack.c2s
Subinterfaces of XmppClientToServerTransport.LookupConnectionEndpointsResult in org.jivesoftware.smack.c2s Modifier and Type Interface Description static interfaceXmppClientToServerTransport.LookupConnectionEndpointsFailedprotected static interfaceXmppClientToServerTransport.LookupConnectionEndpointsSuccessMethods in org.jivesoftware.smack.c2s that return types with arguments of type XmppClientToServerTransport.LookupConnectionEndpointsResult Modifier and Type Method Description protected abstract List<SmackFuture<XmppClientToServerTransport.LookupConnectionEndpointsResult,Exception>>XmppClientToServerTransport. lookupConnectionEndpoints() -
Uses of XmppClientToServerTransport.LookupConnectionEndpointsResult in org.jivesoftware.smack.websocket
Classes in org.jivesoftware.smack.websocket that implement XmppClientToServerTransport.LookupConnectionEndpointsResult Modifier and Type Class Description classXmppWebSocketTransportModule.XmppWebSocketTransport.DiscoveredWebSocketEndpointsContainsWebSocketRemoteConnectionEndpointLookup.Resultfor successfully discovered endpoints.Methods in org.jivesoftware.smack.websocket that return types with arguments of type XmppClientToServerTransport.LookupConnectionEndpointsResult Modifier and Type Method Description protected List<SmackFuture<XmppClientToServerTransport.LookupConnectionEndpointsResult,Exception>>XmppWebSocketTransportModule.XmppWebSocketTransport. lookupConnectionEndpoints()
-