Uses of Class
net.officefloor.server.buffer.StreamBufferByteSequence
-
Packages that use StreamBufferByteSequence Package Description net.officefloor.server.buffer net.officefloor.server.http.parse -
-
Uses of StreamBufferByteSequence in net.officefloor.server.buffer
Methods in net.officefloor.server.buffer that return StreamBufferByteSequence Modifier and Type Method Description <T extends java.lang.Throwable>
StreamBufferByteSequenceStreamBufferByteSequence. decodeUri(java.util.function.Function<java.lang.String,T> invalidDecodeExceptionFactory)
Decodes the URI.<T extends java.lang.Throwable>
StreamBufferByteSequenceStreamBufferByteSequence. removeQuotes(java.util.function.Supplier<T> invalidValueExceptionFactory)
Removes surrounding HTTP quotes.StreamBufferByteSequence
StreamBufferScanner. scanBytes(long numberOfBytes)
Scans a specific number of bytes.<T extends java.lang.Throwable>
StreamBufferByteSequenceStreamBufferScanner. scanToTarget(StreamBufferScanner.ScanTarget target, int maxBytesLength, java.util.function.Supplier<T> tooLongExceptionFactory)
Scans theStreamBuffer
for the byte value from the current position.StreamBufferByteSequence
StreamBufferByteSequence. trim()
Trims thisByteSequence
of 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 StreamBufferByteSequence Modifier and Type Method Description void
NonMaterialisedHeadersImpl. addHttpHeader(StreamBufferByteSequence name, StreamBufferByteSequence value)
Adds aNonMaterialisedHttpHeader
.
-