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.StreamBufferByteSequenceStreamBufferScanner. 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 theStreamBufferfor the byte value from the current position.StreamBufferByteSequenceStreamBufferByteSequence. 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 StreamBufferByteSequence Modifier and Type Method Description voidNonMaterialisedHeadersImpl. addHttpHeader(StreamBufferByteSequence name, StreamBufferByteSequence value)Adds aNonMaterialisedHttpHeader.
-