exws
  • Pages
  • Modules
  • ExWs
    • Summary
    • Functions
      • bin/1
      • close/1
      • close/2
      • close/3
      • invalid_handshake/1
      • ping/1
      • pong/2
      • to_binary/1
      • txt/1
      • write/2
  • ExWs.Acceptor
    • Summary
    • Functions
      • child_spec/1
      • run/1
      • start_link/1
  • ExWs.Handler
  • ExWs.Handshake
    • Summary
    • Functions
      • accept/2
      • read/1
      • reject/2
  • ExWs.Handshake.Errors
    • Summary
    • Functions
      • build/2
  • ExWs.Mask
    • Summary
    • Functions
      • apply/2
  • ExWs.Reader
    • Summary
    • Functions
      • is_control/1
      • new/0
      • received/2
  • ExWs.Server
    • Summary
    • Functions
      • child_spec/1
      • init/1
      • start_link/1
  • ExWs.Supervisor
    • Summary
    • Functions
      • child_spec/1
      • init/1
      • start_link/1
  • ExWs.Writer
    • Summary
    • Functions
      • bin/1
      • close/1
      • close/2
      • close_echo/1
      • ping/0
      • pong/1
      • to_binary/1
      • txt/1

ExWs (exws v0.0.3)

Link to this section Summary

Functions

bin(data)

See ExWs.Writer.bin/1.

close(socket)
close(socket, arg)
close(socket, message, code)
invalid_handshake(err)
ping(socket)
pong(socket, data)
to_binary(frame)

See ExWs.Writer.to_binary/1.

txt(data)

See ExWs.Writer.txt/1.

write(socket, data)

Link to this section Functions

Link to this function

bin(data)

See ExWs.Writer.bin/1.

Link to this function

close(socket)

Link to this function

close(socket, arg)

Link to this function

close(socket, message, code)

Link to this function

invalid_handshake(err)

Link to this function

ping(socket)

Link to this function

pong(socket, data)

Link to this function

to_binary(frame)

See ExWs.Writer.to_binary/1.

Link to this function

txt(data)

See ExWs.Writer.txt/1.

Link to this function

write(socket, data)

On Hex.pm: Package Preview (current file)

Built using ExDoc (v0.29.0) for the Elixir programming language