typealias InboundIn = ByteBuffer
s9DNSClient10DNSDecoderC9InboundInaWhat are these?
s9DNSClient10DNSDecoderC9InboundIna
FNV24: [L7TD]
typealias OutboundOut
init(group: EventLoopGroup)
static func parse(ByteBuffer) throws -> Message
func channelRead(context: ChannelHandlerContext, data: NIOAny)
func errorCaught(context: ChannelHandlerContext, error: Error)
import DNSClient
final class DNSDecoder
struct ByteBuffer
ByteBuffer stores contiguously allocated raw bytes. It is a random and sequential accessible sequence of zero or more bytes (octets).
ByteBuffer
static func parse(_ buffer: ByteBuffer) throws -> Message
func errorCaught(context ctx: ChannelHandlerContext, error: Error)
typealias OutboundOut = Never