Gel.Protocol.CodecStorage (Gel v0.9.0)
View SourceA storage for each codec that the connection knows how to decode.
Summary
Types
Functions
@spec get(t(), binary()) :: Gel.Protocol.Codec.t() | nil
Find a codec in the storage by ID.
@spec get_by_name(t(), binary()) :: Gel.Protocol.Codec.t() | nil
Find a codec in the storage by type name.