megaco_edist_compress
Megaco erlang dist compress behaviour.
- Provided by: erlang-manpages (Version: 1:24.2.1+dfsg-1ubuntu0.6)
- Source: erlang
- Report a bug
Megaco erlang dist compress behaviour.
The following functions should be exported from a megaco_edist_compress callback module:
Module:encode(R, Version) -> T
Types:
Compress a megaco component. The erlang dist encoder makes no assumption on the how or even if the component is compressed.
Module:decode(T, Version) -> R
Types:
Decompress a megaco component.