-
public interface ITransport.Factory
-
-
Method Summary
Modifier and Type Method Description abstract ITransportgetTransport(ITransport.TransportParams transportParams, ConnectionManager connectionManager)Obtain and instance of this transport based on the specified options. -
-
Method Detail
-
getTransport
abstract ITransport getTransport(ITransport.TransportParams transportParams, ConnectionManager connectionManager)
Obtain and instance of this transport based on the specified options.
-
-
-
-