Class Hierarchy
- java.lang.Object
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
- com.impossibl.postgres.protocol.v30.MessageDispatchHandler
 
 
 - io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
 
 - io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
 - com.impossibl.postgres.protocol.v30.CloseRequest (implements com.impossibl.postgres.protocol.v30.ServerRequest)
 - io.netty.buffer.DefaultByteBufHolder (implements io.netty.buffer.ByteBufHolder)
- com.impossibl.postgres.protocol.v30.BufferRowData (implements io.netty.util.ReferenceCounted, com.impossibl.postgres.protocol.RowData)
 
 - com.impossibl.postgres.protocol.v30.ExecuteStatementRequest (implements com.impossibl.postgres.protocol.v30.ServerRequest)
 - com.impossibl.postgres.protocol.v30.FunctionCallRequest (implements com.impossibl.postgres.protocol.v30.ServerRequest)
 - com.impossibl.postgres.protocol.v30.LazyExecuteRequest (implements com.impossibl.postgres.protocol.v30.ServerRequest)
 - com.impossibl.postgres.protocol.v30.LazyQueryRequest (implements com.impossibl.postgres.protocol.v30.ServerRequest)
 - com.impossibl.postgres.protocol.v30.PrepareRequest (implements com.impossibl.postgres.protocol.v30.ServerRequest)
 - com.impossibl.postgres.protocol.v30.ProtocolChannel
 - com.impossibl.postgres.protocol.v30.QueryRequest (implements com.impossibl.postgres.protocol.v30.ServerRequest)
 - com.impossibl.postgres.protocol.v30.ResumePortalRequest (implements com.impossibl.postgres.protocol.v30.ServerRequest)
 - com.impossibl.postgres.protocol.v30.ServerConnectionFactory (implements com.impossibl.postgres.protocol.ServerConnectionFactory)
 - com.impossibl.postgres.protocol.v30.ServerConnectionShared
 - com.impossibl.postgres.protocol.v30.ServerConnectionShared.Ref
 - com.impossibl.postgres.protocol.v30.StartupRequest (implements com.impossibl.postgres.protocol.v30.ServerRequest)
 
 - io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
 
Interface Hierarchy
- com.impossibl.postgres.protocol.v30.ProtocolHandler
- com.impossibl.postgres.protocol.v30.ProtocolHandler.Authentication
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.BackendKeyData
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.BindComplete
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.CloseComplete
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.CommandComplete
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.CommandError
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.DataRow
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.EmptyQuery
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.FunctionResult
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.NegotiateProtocolVersion
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.NoData
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.ParameterDescriptions
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.ParameterStatus
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.ParseComplete
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.PortalSuspended
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.ReadyForQuery
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.ReportNotice
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.RowDescription
 
 - com.impossibl.postgres.protocol.v30.ProtocolHandler.Notification
 - com.impossibl.postgres.protocol.v30.ServerRequest
 
Enum Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.impossibl.postgres.protocol.v30.ProtocolHandler.Action
 
 
 - java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)