Package com.c8db.internal.velocystream
Class VstProtocol
- java.lang.Object
-
- com.c8db.internal.velocystream.VstProtocol
-
- All Implemented Interfaces:
CommunicationProtocol,Closeable,AutoCloseable
public class VstProtocol extends Object implements CommunicationProtocol
-
-
Constructor Summary
Constructors Constructor Description VstProtocol(VstCommunication<Response,VstConnectionSync> communication)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Responseexecute(Request request, HostHandle hostHandle)
-
-
-
Constructor Detail
-
VstProtocol
public VstProtocol(VstCommunication<Response,VstConnectionSync> communication)
-
-
Method Detail
-
execute
public Response execute(Request request, HostHandle hostHandle) throws C8DBException
- Specified by:
executein interfaceCommunicationProtocol- Throws:
C8DBException
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-