Uses of Class
net.officefloor.server.buffer.StreamBufferByteSequence
Packages that use StreamBufferByteSequence
-
Uses of StreamBufferByteSequence in net.officefloor.server.buffer
Methods in net.officefloor.server.buffer that return StreamBufferByteSequenceModifier and TypeMethodDescription<T extends Throwable>
StreamBufferByteSequenceDecodes the URI.<T extends Throwable>
StreamBufferByteSequenceStreamBufferByteSequence.removeQuotes(Supplier<T> invalidValueExceptionFactory) Removes surrounding HTTP quotes.StreamBufferScanner.scanBytes(long numberOfBytes) Scans a specific number of bytes.<T extends Throwable>
StreamBufferByteSequenceStreamBufferScanner.scanToTarget(StreamBufferScanner.ScanTarget target, int maxBytesLength, Supplier<T> tooLongExceptionFactory) Scans theStreamBufferfor the byte value from the current position.StreamBufferByteSequence.trim()Trims thisByteSequenceof outer HTTP spaces and tabs. -
Uses of StreamBufferByteSequence in net.officefloor.server.http.parse
Methods in net.officefloor.server.http.parse with parameters of type StreamBufferByteSequenceModifier and TypeMethodDescriptionvoidNonMaterialisedHeadersImpl.addHttpHeader(StreamBufferByteSequence name, StreamBufferByteSequence value) Adds aNonMaterialisedHttpHeader.