Exported Functions | |
---|---|
notify/2 | Notifies the other end of the connection. |
send/2 | Sends a character or characters to a filter server for filtration. |
server/5 | |
start/6 | Creates and spawns a new stream filter. |
notify(xlat(), term()) -> ok
Notifies the other end of the connection.
They will receive a {Filter::pid(), Notifier::pid(), message, term()}
message.
send(xlat(), char() | string()) -> ok
Sends a character or characters to a filter server for filtration.
server(Arg1, Arg2, Arg3, Arg4, Arg5) -> term()
start(Supervisor::pid(), Role::atom(), Dest::pid(), MaxThru::integer(), MinThru::integer(), WrapThru::integer()) -> pid()
Creates and spawns a new stream filter.