Uses of Class
org.apache.maven.surefire.api.stream.AbstractStreamDecoder.MalformedFrameException
Packages that use AbstractStreamDecoder.MalformedFrameException
Package
Description
-
Uses of AbstractStreamDecoder.MalformedFrameException in org.apache.maven.surefire.api.stream
Methods in org.apache.maven.surefire.api.stream that throw AbstractStreamDecoder.MalformedFrameExceptionModifier and TypeMethodDescriptionprotected void
AbstractStreamDecoder.checkArguments
(AbstractStreamDecoder<M, MT, ST>.Memento memento, int expectedDataElements) protected final void
AbstractStreamDecoder.checkDelimiter
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected final void
AbstractStreamDecoder.checkHeader
(AbstractStreamDecoder<M, MT, ST>.Memento memento) private static int
AbstractStreamDecoder.decodeString
(CharsetDecoder decoder, ByteBuffer input, CharBuffer output, int bytesToDecode, boolean endOfInput, int errorStreamFrom) protected byte
protected Charset
AbstractStreamDecoder.readCharset
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected int
protected Integer
AbstractStreamDecoder.readInteger
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected Long
protected long
AbstractStreamDecoder.readLongPrivate
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected MT
AbstractStreamDecoder.readMessageType
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected AbstractStreamDecoder.Segment
AbstractStreamDecoder.readSegment
(AbstractStreamDecoder<M, MT, ST>.Memento memento) protected String
AbstractStreamDecoder.readString
(AbstractStreamDecoder<M, MT, ST>.Memento memento) private String
AbstractStreamDecoder.readString
(AbstractStreamDecoder<M, MT, ST>.Memento memento, int totalBytes) protected abstract M
-
Uses of AbstractStreamDecoder.MalformedFrameException in org.apache.maven.surefire.booter.stream
Methods in org.apache.maven.surefire.booter.stream that throw AbstractStreamDecoder.MalformedFrameExceptionModifier and TypeMethodDescriptionprotected Command
CommandDecoder.toMessage
(MasterProcessCommand commandType, AbstractStreamDecoder<Command, MasterProcessCommand, SegmentType>.Memento memento) -
Uses of AbstractStreamDecoder.MalformedFrameException in org.apache.maven.surefire.stream
Methods in org.apache.maven.surefire.stream that throw AbstractStreamDecoder.MalformedFrameExceptionModifier and TypeMethodDescriptionprotected final Event
EventDecoder.toMessage
(ForkedProcessEventType eventType, AbstractStreamDecoder<Event, ForkedProcessEventType, SegmentType>.Memento memento)