module EM

Constants

P

This module contains various protocol implementations, including:

  • HttpClient and HttpClient2

  • Stomp

  • Memcache

  • SmtpClient and SmtpServer

  • SASLauth and SASLauthclient

  • LineProtocol, LineAndTextProtocol and LineText2

  • HeaderAndContentProtocol

  • Postgres3

  • ObjectProtocol

The protocol implementations live in separate files in the protocols/ subdirectory, but are auto-loaded when they are first referenced in your application.

EventMachine::Protocols is also aliased to EM::P for easier usage.