Uses of Class
com.c8db.internal.velocystream.internal.VstConnectionSync
-
Packages that use VstConnectionSync Package Description com.c8db.internal.velocystream com.c8db.internal.velocystream.internal -
-
Uses of VstConnectionSync in com.c8db.internal.velocystream
Methods in com.c8db.internal.velocystream that return types with arguments of type VstConnectionSync Modifier and Type Method Description VstCommunication<Response,VstConnectionSync>VstCommunicationSync.Builder. build(C8Serialization util)Methods in com.c8db.internal.velocystream with parameters of type VstConnectionSync Modifier and Type Method Description protected voidVstCommunicationSync. authenticate(VstConnectionSync connection)protected ResponseVstCommunicationSync. execute(Request request, VstConnectionSync connection)Constructor parameters in com.c8db.internal.velocystream with type arguments of type VstConnectionSync Constructor Description VstProtocol(VstCommunication<Response,VstConnectionSync> communication) -
Uses of VstConnectionSync in com.c8db.internal.velocystream.internal
Methods in com.c8db.internal.velocystream.internal that return VstConnectionSync Modifier and Type Method Description VstConnectionSyncVstConnectionSync.Builder. build()
-