Async sockets
0.3.0
  • Getting started
  • The execution engine
  • Socket types
  • Processing data
  • How to work with frames
  • Limitation solver
  • Persistent sockets
  • Event reference
  • Socket metadata reference
  • AsyncSocketFactory configuration reference
Async sockets
  • Docs »
  • Welcome to Async Sockets’s documentation!
  • Edit on GitHub

Welcome to Async Sockets’s documentation!¶

Contents¶

  • Getting started
    • Installation
    • Quick start
  • The execution engine
    • AsyncSocketFactory
    • Request executor
  • Socket types
  • Processing data
    • ReadOperation
    • WriteOperation
    • SslHandshakeOperation
    • DelayedOperation
    • NullOperation
  • How to work with frames
    • FramePickers
    • Frames
  • Limitation solver
    • Writing custom limitation solver
  • Persistent sockets
  • Event reference
    • INITIALIZE
    • CONNECTED
    • ACCEPT
    • READ
    • WRITE
    • DATA_ALERT
    • DISCONNECTED
    • FINALIZE
    • TIMEOUT
    • EXCEPTION
  • Socket metadata reference
    • META_ADDRESS
    • META_CONNECTION_TIMEOUT
    • META_IO_TIMEOUT
    • META_USER_CONTEXT
    • META_SOCKET_STREAM_CONTEXT
    • META_REQUEST_COMPLETE
    • META_CONNECTION_START_TIME
    • META_CONNECTION_FINISH_TIME
    • META_LAST_IO_START_TIME
  • AsyncSocketFactory configuration reference
    • List of options
Next

© Copyright 2015-2016, Efimov Evgenij. Revision 1d15744d.

Built with Sphinx using a theme provided by Read the Docs.