public class FunctionCallRequest extends Object implements ServerRequest
| Constructor and Description |
|---|
FunctionCallRequest(int functionId,
FieldFormatRef[] parameterFormats,
io.netty.buffer.ByteBuf[] parameterBuffers,
RequestExecutor.FunctionCallHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
ProtocolHandler |
createHandler() |
void |
execute(ProtocolChannel channel) |
public FunctionCallRequest(int functionId,
FieldFormatRef[] parameterFormats,
io.netty.buffer.ByteBuf[] parameterBuffers,
RequestExecutor.FunctionCallHandler handler)
public ProtocolHandler createHandler()
createHandler in interface ServerRequestpublic void execute(ProtocolChannel channel) throws IOException
execute in interface ServerRequestIOException