Interface ServerRequest
-
- All Known Implementing Classes:
CloseRequest,ExecuteStatementRequest,FunctionCallRequest,LazyExecuteRequest,LazyQueryRequest,PrepareRequest,QueryRequest,ResumePortalRequest,StartupRequest
public interface ServerRequest
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtocolHandlercreateHandler()voidexecute(ProtocolChannel channel)
-
-
-
Method Detail
-
createHandler
ProtocolHandler createHandler()
-
execute
void execute(ProtocolChannel channel) throws java.io.IOException
- Throws:
java.io.IOException
-
-