flux v0.1.1 Flux.Websocket.Conn

Link to this section Summary

Types

t()

The state of a connection

Link to this section Types

Link to this type t()
t() :: %Flux.Websocket.Conn{
  host: binary(),
  opts: keyword(),
  parent: pid(),
  peer: {binary(), integer()},
  port: integer(),
  ref: identifier(),
  remote_ip: binary(),
  socket: pid(),
  transport: atom(),
  uri: iodata(),
  ws_accept: iodata(),
  ws_protocol: iodata()
}

The state of a connection.