TCPInterfaceSpec

class TCPInterfaceSpec @Inject constructor(factory: TCPInterfaceFactory) : InterfaceSpec<TCPInterface>

TCP interface backend implementation.

Constructors

Link copied to clipboard
@Inject
constructor(factory: TCPInterfaceFactory)

Functions

Link copied to clipboard
open override fun createInterface(rest: String): TCPInterface