Interface ProtocolHandler
-
- All Known Subinterfaces:
ProtocolHandler.Authentication,ProtocolHandler.BackendKeyData,ProtocolHandler.BindComplete,ProtocolHandler.CloseComplete,ProtocolHandler.CommandComplete,ProtocolHandler.CommandError,ProtocolHandler.CopyBothResponse,ProtocolHandler.CopyData,ProtocolHandler.CopyDone,ProtocolHandler.CopyFail,ProtocolHandler.CopyInResponse,ProtocolHandler.CopyOutResponse,ProtocolHandler.DataRow,ProtocolHandler.EmptyQuery,ProtocolHandler.FunctionResult,ProtocolHandler.NegotiateProtocolVersion,ProtocolHandler.NoData,ProtocolHandler.ParameterDescriptions,ProtocolHandler.ParameterStatus,ProtocolHandler.ParseComplete,ProtocolHandler.PortalSuspended,ProtocolHandler.ReadyForQuery,ProtocolHandler.ReportNotice,ProtocolHandler.RowDescription
public interface ProtocolHandler
-
-
Nested Class Summary
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidexception(io.netty.channel.Channel channel, Throwable cause)voidexception(Throwable cause)
-
-
-
Method Detail
-
exception
default void exception(io.netty.channel.Channel channel, Throwable cause) throws IOException- Throws:
IOException
-
exception
void exception(Throwable cause) throws IOException
- Throws:
IOException
-
-