Package com.impossibl.postgres.protocol
Interface RequestExecutor.CopyToHandler
-
- All Superinterfaces:
RequestExecutor.ErrorHandler
,RequestExecutor.SynchronizedHandler
- Enclosing interface:
- RequestExecutor
public static interface RequestExecutor.CopyToHandler extends RequestExecutor.SynchronizedHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleComplete()
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.ErrorHandler
handleError
-
Methods inherited from interface com.impossibl.postgres.protocol.RequestExecutor.SynchronizedHandler
handleReady
-
-
-
-
Method Detail
-
handleComplete
void handleComplete() throws IOException
- Throws:
IOException
-
-