Uses of Class
org.infinispan.protostream.MalformedProtobufException
-
Packages that use MalformedProtobufException Package Description org.infinispan.protostream.descriptors Represents information contained in a proto fileorg.infinispan.protostream.impl Protostream internals. -
-
Uses of MalformedProtobufException in org.infinispan.protostream.descriptors
Methods in org.infinispan.protostream.descriptors that throw MalformedProtobufException Modifier and Type Method Description static WireTypeWireType. fromTag(int tag)Extracts the WireType from a numeric tag.static WireTypeWireType. fromValue(int wireType)Gets the WireType enum value corresponding to a numeric wire type. -
Uses of MalformedProtobufException in org.infinispan.protostream.impl
Methods in org.infinispan.protostream.impl that return MalformedProtobufException Modifier and Type Method Description MalformedProtobufExceptionLog_$logger. globalLimitExceeded()MalformedProtobufExceptionLog. globalLimitExceeded()MalformedProtobufExceptionLog_$logger. malformedVarint()MalformedProtobufExceptionLog. malformedVarint()MalformedProtobufExceptionLog_$logger. messageTruncated(Throwable cause)default MalformedProtobufExceptionLog. messageTruncated()MalformedProtobufExceptionLog. messageTruncated(Throwable cause)MalformedProtobufExceptionLog_$logger. negativeLength()MalformedProtobufExceptionLog. negativeLength()
-