Uses of Class
com.github.fppt.jedismock.exception.ParseErrorException
Packages that use ParseErrorException
-
Uses of ParseErrorException in com.github.fppt.jedismock.commands
Methods in com.github.fppt.jedismock.commands that throw ParseErrorExceptionModifier and TypeMethodDescriptionstatic RedisCommandRedisCommandParser.parse(InputStream messageInput) static RedisCommand -
Uses of ParseErrorException in com.github.fppt.jedismock.server
Methods in com.github.fppt.jedismock.server that throw ParseErrorExceptionModifier and TypeMethodDescriptionstatic longSliceParser.consumeCount(byte[] message) static longSliceParser.consumeCount(InputStream messageInput) static intSliceParser.consumeInteger(byte[] message) static intSliceParser.consumeInteger(InputStream messageInput) static longSliceParser.consumeLong(InputStream messageInput) static SliceSliceParser.consumeParameter(byte[] message) static SliceSliceParser.consumeParameter(InputStream messageInput) static SliceSliceParser.consumeSlice(InputStream messageInput, long len) static voidSliceParser.expectByte(InputStream messageInput, byte c)