Class ThriftMessage
- java.lang.Object
-
- com.linecorp.armeria.common.thrift.ThriftMessage
-
- Direct Known Subclasses:
ThriftCall,ThriftReply
public abstract class ThriftMessage extends Object
A container of a Thrift message produced by Apache Thrift.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()TMessageheader()Returns the header part of the message.
-