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