Module sockjs_multiplex_channel

Data Types

channel()

channel() = {'?MODULE', sockjs_session:conn(), topic()}

topic()

topic() = string()

Function Index

close/1
close/3
info/1
send/2

Function Details

close/1

close(Channel::channel()) -> ok

close/3

close(Code::non_neg_integer(), Reason::string(), X3::channel()) -> ok

info/1

info(X1::channel()) -> [{atom(), any()}]

send/2

send(Data::iodata(), X2::channel()) -> ok


Generated by EDoc