Package com.c8db.internal.http
Class HttpCommunication
- java.lang.Object
-
- com.c8db.internal.http.HttpCommunication
-
- All Implemented Interfaces:
Closeable,AutoCloseable
public class HttpCommunication extends Object implements Closeable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpCommunication.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Responseexecute(Request request, HostHandle hostHandle)
-
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
execute
public Response execute(Request request, HostHandle hostHandle) throws C8DBException, IOException
- Throws:
C8DBExceptionIOException
-
-