Package io.ably.lib.transport
Class WebSocketTransport.Factory
java.lang.Object
io.ably.lib.transport.WebSocketTransport.Factory
- All Implemented Interfaces:
 ITransport.Factory
- Enclosing class:
 - WebSocketTransport
 
public factory API
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetTransport(ITransport.TransportParams params, ConnectionManager connectionManager) Obtain and instance of this transport based on the specified options. 
- 
Constructor Details
- 
Factory
public Factory() 
 - 
 - 
Method Details
- 
getTransport
public WebSocketTransport getTransport(ITransport.TransportParams params, ConnectionManager connectionManager) Description copied from interface:ITransport.FactoryObtain and instance of this transport based on the specified options.- Specified by:
 - 
getTransportin interfaceITransport.Factory 
 
 -