IConnectionFactory

Properties

Link copied to clipboard

Functions

Link copied to clipboard
@Nullable
abstract fun createConnection(configuration: SteamConfiguration, protocol: EnumSet<ProtocolTypes>): @Nullable Connection
If the final method returns null, an exception will be thrown.
Link copied to clipboard
open fun thenResolve(subConnectionFactory: IConnectionFactory): IConnectionFactory
If this method returns null, the subConnectionFactory will be used.