Uses of Interface
net.officefloor.server.stream.impl.ByteSequence
-
-
Uses of ByteSequence in net.officefloor.server.aws.sam
Classes in net.officefloor.server.aws.sam that implement ByteSequence Modifier and Type Class Description class
SamEntityByteSequence
ByteSequence
for the AWS SAM entity. -
Uses of ByteSequence in net.officefloor.server.buffer
Classes in net.officefloor.server.buffer that implement ByteSequence Modifier and Type Class Description class
StreamBufferByteSequence
ByteSequence
reading fromStreamBuffer
instances. -
Uses of ByteSequence in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return ByteSequence Modifier and Type Method Description protected ByteSequence
SerialisableHttpRequest. getEntityByteSequence()
Obtains theByteSequence
for the entity.Constructors in net.officefloor.server.http.impl with parameters of type ByteSequence Constructor Description MaterialisingHttpRequest(java.util.function.Supplier<HttpMethod> methodSupplier, java.util.function.Supplier<java.lang.String> requestUriSupplier, HttpVersion version, HttpRequestHeaders headers, HttpRequestCookies cookies, ByteSequence entity)
Instantiate.ProcessAwareServerHttpConnectionManagedObject(HttpServerLocation serverLocation, boolean isSecure, java.util.function.Supplier<HttpMethod> methodSupplier, java.util.function.Supplier<java.lang.String> requestUriSupplier, HttpVersion version, NonMaterialisedHttpHeaders requestHeaders, ByteSequence requestEntity, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTraceOnEscalation, HttpResponseWriter<B> writer, StreamBufferPool<B> bufferPool)
Instantiate.SerialisableHttpRequest(HttpRequest request, HttpRequestCookies cookies, ByteSequence entity)
Instantiate from existingHttpRequest
. -
Uses of ByteSequence in net.officefloor.server.http.parse
Methods in net.officefloor.server.http.parse that return ByteSequence Modifier and Type Method Description ByteSequence
HttpRequestParser. getEntity()
Obtains the entityByteSequence
. -
Uses of ByteSequence in net.officefloor.server.http.servlet
Classes in net.officefloor.server.http.servlet that implement ByteSequence Modifier and Type Class Description class
HttpServletEntityByteSequence
ByteSequence
for theHttpServletRequest
entity. -
Uses of ByteSequence in net.officefloor.server.stream.impl
Classes in net.officefloor.server.stream.impl that implement ByteSequence Modifier and Type Class Description class
ByteArrayByteSequence
byte
arrayByteSequence
.Fields in net.officefloor.server.stream.impl declared as ByteSequence Modifier and Type Field Description static ByteSequence
ByteSequence. EMPTY
EmptyByteSequence
.Constructors in net.officefloor.server.stream.impl with parameters of type ByteSequence Constructor Description ByteSequenceServerInputStream(ByteSequence byteSequence, int position)
Instantiate.
-