Package com.c8db.internal.net
Interface CommunicationProtocol
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
HttpProtocol,VstProtocol
public interface CommunicationProtocol extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Responseexecute(Request request, HostHandle hostHandle)
-
-
-
Method Detail
-
execute
Response execute(Request request, HostHandle hostHandle) throws C8DBException
- Throws:
C8DBException
-
-