Class StartupRequest
- java.lang.Object
-
- com.impossibl.postgres.protocol.v30.StartupRequest
-
- All Implemented Interfaces:
ServerRequest
public class StartupRequest extends java.lang.Object implements ServerRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocolHandlercreateHandler()voidexecute(ProtocolChannel channel)
-
-
-
Method Detail
-
createHandler
public ProtocolHandler createHandler()
- Specified by:
createHandlerin interfaceServerRequest
-
execute
public void execute(ProtocolChannel channel) throws java.io.IOException
- Specified by:
executein interfaceServerRequest- Throws:
java.io.IOException
-
-