Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data PingPongOptions

    websockets Network.WebSockets

    Options for ping-pong Make sure that the ping interval is less than the pong timeout, for example N/2.

  2. PingPongOptions :: Int -> Int -> IO () -> PingPongOptions

    websockets Network.WebSockets

    No documentation available.

  3. Pong :: ByteString -> ControlMessage

    websockets Network.WebSockets

    No documentation available.

  4. data Protocol

    websockets Network.WebSockets.Client

    No documentation available.

  5. data PendingConnection

    websockets Network.WebSockets.Connection

    A new client connected to the server. We haven't accepted the connection yet, though.

  6. PendingConnection :: ConnectionOptions -> RequestHead -> Connection -> IO () -> Stream -> PendingConnection

    websockets Network.WebSockets.Connection

    No documentation available.

  7. data PermessageDeflate

    websockets Network.WebSockets.Connection

    Four extension parameters are defined for "permessage-deflate" to help endpoints manage per-connection resource usage.

    • "server_no_context_takeover"
    • "client_no_context_takeover"
    • "server_max_window_bits"
    • "client_max_window_bits"

  8. PermessageDeflate :: Bool -> Bool -> Int -> Int -> Int -> PermessageDeflate

    websockets Network.WebSockets.Connection

    No documentation available.

  9. PermessageDeflateCompression :: PermessageDeflate -> CompressionOptions

    websockets Network.WebSockets.Connection

    No documentation available.

  10. module Network.WebSockets.Connection.PingPong

    No documentation available.

Page 210 of many | Previous | Next