Uses of Class
org.apache.synapse.format.syslog.ProtocolException
Packages that use ProtocolException
Package
Description
Implementation of the BSD syslog protocol described in RFC 3164.
-
Uses of ProtocolException in org.apache.synapse.format.syslog
Methods in org.apache.synapse.format.syslog that throw ProtocolExceptionModifier and TypeMethodDescriptionvoidInputStreamConsumer.consume(int expected) Check the value of the next byte in the stream and consume it.voidInputStreamConsumer.expect(int expected) Check the value of the next byte in the stream.intInputStreamConsumer.getInteger(int maxDigits) Read a decimal representation of an integer from the stream.