Uses of Interface
net.officefloor.server.stream.impl.ByteSequence
Packages that use ByteSequence
Package
Description
-
Uses of ByteSequence in net.officefloor.server.aws.sam
Classes in net.officefloor.server.aws.sam that implement ByteSequence -
Uses of ByteSequence in net.officefloor.server.buffer
Classes in net.officefloor.server.buffer that implement ByteSequence -
Uses of ByteSequence in net.officefloor.server.http.impl
Methods in net.officefloor.server.http.impl that return ByteSequenceModifier and TypeMethodDescriptionprotected ByteSequenceSerialisableHttpRequest.getEntityByteSequence()Obtains theByteSequencefor the entity.Constructors in net.officefloor.server.http.impl with parameters of type ByteSequenceModifierConstructorDescriptionMaterialisingHttpRequest(Supplier<HttpMethod> methodSupplier, Supplier<String> requestUriSupplier, HttpVersion version, HttpRequestHeaders headers, HttpRequestCookies cookies, ByteSequence entity) Instantiate.ProcessAwareServerHttpConnectionManagedObject(HttpServerLocation serverLocation, boolean isSecure, Supplier<HttpMethod> methodSupplier, Supplier<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 -
Uses of ByteSequence in net.officefloor.server.http.servlet
Classes in net.officefloor.server.http.servlet that implement ByteSequence -
Uses of ByteSequence in net.officefloor.server.stream.impl
Classes in net.officefloor.server.stream.impl that implement ByteSequenceFields in net.officefloor.server.stream.impl declared as ByteSequenceModifier and TypeFieldDescriptionstatic final ByteSequenceByteSequence.EMPTYEmptyByteSequence.Constructors in net.officefloor.server.stream.impl with parameters of type ByteSequenceModifierConstructorDescriptionByteSequenceServerInputStream(ByteSequence byteSequence, int position) Instantiate. -
Uses of ByteSequence in net.officefloor.spring.starter.rest
Constructors in net.officefloor.spring.starter.rest with parameters of type ByteSequenceModifierConstructorDescriptionSpringServerHttpConnection(HttpServerLocation serverLocation, boolean isSecure, Supplier<HttpMethod> methodSupplier, Supplier<String> requestUriSupplier, HttpVersion version, NonMaterialisedHttpHeaders requestHeaders, ByteSequence requestEntity, HttpHeaderValue serverName, DateHttpHeaderClock dateHttpHeaderClock, boolean isIncludeStackTraceOnEscalation, HttpResponseWriter<ByteBuffer> writer, StreamBufferPool<ByteBuffer> bufferPool, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Object handler, org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter handlerAdapter, org.springframework.web.servlet.DispatcherServlet dispatcherServlet, org.springframework.context.ApplicationContext applicationContext, List<SpringExceptionHandler> exceptionHandlers) Instantiate.