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