Lines Matching full:is
5 Apache Thrift is a software framework for scalable cross-language services development.
8 is used to generate functioning client libraries and server-side handling frameworks.
23 software distributed under the License is distributed on an
24 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
39 of the exception is delivered as the message.
49 implementation that calls serve(). It is acceptable to use
66 This is only required when running tests:
88 The socket classes were refactored in 0.10.0 so that there is one package per
97 ** TApplicationException is now Thrift::TApplicationException
98 ** TException is now Thrift::TException
99 ** TMessageType is now Thrift::TMessageType
100 ** TProtocolException is now Thrift::TProtocolException
101 ** TProtocolFactory is now Thrift::TProtocolFactory
102 ** TTransportException is now Thrift::TTransportException
103 ** TType is now Thrift::TType
113 ** Thrift::TApplicationException is now in Thrift/Exception.pm
114 ** Thrift::TException is now in Thrift/Exception.pm
115 ** Thrift::TMessageType is now in Thrift/MessageType.pm
116 ** Thrift::TType is now in Thrift/Type.pm