public class ExecuteQueryResponseChannel extends Object implements ReadableByteChannel
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isOpen() |
static ExecuteQueryResponseChannel |
of(Stream<QueryResult> stream) |
int |
read(ByteBuffer destination) |
public static ExecuteQueryResponseChannel of(Stream<QueryResult> stream)
public int read(ByteBuffer destination)
read in interface ReadableByteChannelpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in interface ChannelIOExceptionCopyright © 2025. All rights reserved.