Module: EventMachine::Protocols
Overview
This module contains various protocol implementations, including:
HttpClient
andHttpClient2
Stomp
Memcache
SmtpClient
andSmtpServer
SASLauth
andSASLauthclient
LineProtocol
,LineAndTextProtocol
andLineText2
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.
Protocols
is also aliased to EM::P for easier usage.