Package io.ably.lib.transport
Interface ITransport.Factory
- All Known Implementing Classes:
WebSocketTransport.Factory
- Enclosing interface:
- ITransport
public static interface ITransport.Factory
-
Method Summary
Modifier and TypeMethodDescriptiongetTransport
(ITransport.TransportParams transportParams, ConnectionManager connectionManager) Obtain and instance of this transport based on the specified options.
-
Method Details
-
getTransport
ITransport getTransport(ITransport.TransportParams transportParams, ConnectionManager connectionManager) Obtain and instance of this transport based on the specified options.
-