shadowsocks v0.3.5 Shadowsocks.Encoder View Source

Link to this section Summary

Functions

decode for stream package

decode for dgram package

encode for stream package

encode for dgram package

init encoder by method and password

init decode meta info base on encoder

get all supported method name

Link to this section Types

Link to this type t() View Source
t() :: %Shadowsocks.Encoder{dec_iv: term, dec_rest: term, dec_stream: term, enc_iv: term, enc_rest: term, enc_stream: term, key: term, method: term, type: term}

Link to this section Functions

decode for stream package

Link to this function decode_once(encoder, data) View Source

decode for dgram package

encode for stream package

Link to this function encode_once(encoder, data) View Source

encode for dgram package

init encoder by method and password

Link to this function init_decode(encoder, iv) View Source

init decode meta info base on encoder

get all supported method name