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