7 lines
260 B
Kotlin
7 lines
260 B
Kotlin
package net.sergeych.parsec3
|
|
|
|
///**
|
|
// * Parsec3 secure adapter.
|
|
// * @param transport a parsec3 transport to establish connection with, for example [Parsec3WSClient].
|
|
// */
|
|
//class Parsec3SecureClient<S : WithAdapter>(transport: Parsec3Transport<WithAdapter>) |