-
- All Implemented Interfaces:
-
io.ably.lib.transport.ITransport.Factory
public class WebSocketTransport.Factory implements ITransport.Factory
****************public factory API
-
-
Method Summary
Modifier and Type Method Description WebSocketTransportgetTransport(ITransport.TransportParams params, ConnectionManager connectionManager)Obtain and instance of this transport based on the specified options. -
-
Method Detail
-
getTransport
WebSocketTransport getTransport(ITransport.TransportParams params, ConnectionManager connectionManager)
Obtain and instance of this transport based on the specified options.
-
-
-
-