thrift_client/lib/thrift_client
Ryan Greenberg 3ec894d476 Extract wrapped exception class creation
The wrapped exception classes are not created until ThriftClient.new
is called with the correct client class. This makes it difficult to
write code like `rescue MyThrift::Client::TransportException` because
the exception class may not exist yet.

Callers may now use ThriftClient.create_wrapped_exception_classes to
ensure the desired classes have been created.
2014-03-19 17:46:06 -07:00
..
connection reduce object churn 2012-11-15 09:48:39 -08:00
abstract_thrift_client.rb Extract wrapped exception class creation 2014-03-19 17:46:06 -07:00
connection.rb fixing up require path conflicts with other gems 2010-05-15 13:58:33 -07:00
event_machine.rb death to RetryingThriftClient 2010-09-13 16:27:15 -07:00
server.rb respect connect_timeout on reconnect 2012-11-15 13:13:04 -08:00
simple.rb fix i16, i32, and i64 read to be signed. 2010-04-20 17:31:11 -07:00
thrift.rb Fixup socket timeouts. 2011-06-09 11:33:42 -07:00