Uses of Interface
net.officefloor.server.stream.StreamBufferPool
Packages that use StreamBufferPool
Package
Description
-
Uses of StreamBufferPool in net.officefloor.server
Methods in net.officefloor.server that return StreamBufferPoolModifier and TypeMethodDescriptionRequestHandler.getStreamBufferPool()Obtains theStreamBufferPoolfor thsiRequestHandler.ResponseWriter.getStreamBufferPool()Obtains theStreamBufferPool.Methods in net.officefloor.server with parameters of type StreamBufferPoolModifier and TypeMethodDescriptionvoidResponseHeaderWriter.write(StreamBuffer<ByteBuffer> head, StreamBufferPool<ByteBuffer> bufferPool) Writes the header content.Constructors in net.officefloor.server with parameters of type StreamBufferPoolModifierConstructorDescriptionSocketManager(int listenerCount, int socketReceiveBufferSize, int maxReadsOnSelect, int maxActiveSocketRequests, StreamBufferPool<ByteBuffer> bufferPool, int socketSendBufferSize) Instantiate. -
Uses of StreamBufferPool in net.officefloor.server.aws.sam
Constructors in net.officefloor.server.aws.sam with parameters of type StreamBufferPoolModifierConstructorDescriptionSamHttpResponseWriter(StreamBufferPool<ByteBuffer> bufferPool) Instantiate. -
Uses of StreamBufferPool in net.officefloor.server.google.function
Constructors in net.officefloor.server.google.function with parameters of type StreamBufferPoolModifierConstructorDescriptionGoogleFunctionHttpResponseWriter(com.google.cloud.functions.HttpResponse response, StreamBufferPool<ByteBuffer> bufferPool) Instantiate. -
Uses of StreamBufferPool in net.officefloor.server.http
Methods in net.officefloor.server.http with parameters of type StreamBufferPoolModifier and TypeMethodDescription<B> voidHttpHeaderName.write(StreamBuffer<B> head, StreamBufferPool<B> bufferPool) Writes thisHttpHeaderNameto theStreamBuffer.<B> voidHttpHeaderValue.write(StreamBuffer<B> head, StreamBufferPool<B> bufferPool) Writes thisHttpHeaderValueto theStreamBuffer.<B> voidHttpStatus.write(StreamBuffer<B> head, StreamBufferPool<B> bufferPool) Writes thisHttpStatusto theStreamBuffer.<B> voidHttpVersion.write(StreamBuffer<B> head, StreamBufferPool<B> bufferPool) Writes thisHttpStatusto theStreamBuffer.<B> voidWritableHttpCookie.write(StreamBuffer<B> head, StreamBufferPool<B> bufferPool) Writes this HTTP Cookie to theStreamBufferstream.<B> voidWritableHttpHeader.write(StreamBuffer<B> head, StreamBufferPool<B> bufferPool) Writes thisHttpHeaderto theStreamBuffer.<B> voidHttpException.writeHttpResponse(HttpVersion version, boolean isIncludeStackTrace, StreamBuffer<B> head, StreamBufferPool<B> bufferPool) Writes the HTTP response for thisHttpException. -
Uses of StreamBufferPool in net.officefloor.server.http.impl
Constructors in net.officefloor.server.http.impl with parameters of type StreamBufferPoolModifierConstructorDescriptionProcessAwareServerHttpConnectionManagedObject(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. -
Uses of StreamBufferPool in net.officefloor.server.http.mock
Classes in net.officefloor.server.http.mock that implement StreamBufferPool -
Uses of StreamBufferPool in net.officefloor.server.http.netty
Classes in net.officefloor.server.http.netty that implement StreamBufferPool -
Uses of StreamBufferPool in net.officefloor.server.http.servlet
Constructors in net.officefloor.server.http.servlet with parameters of type StreamBufferPoolModifierConstructorDescriptionHttpServletHttpResponseWriter(jakarta.servlet.http.HttpServletResponse response, StreamBufferPool<ByteBuffer> bufferPool) Instantiate. -
Uses of StreamBufferPool in net.officefloor.server.http.vertx
Classes in net.officefloor.server.http.vertx that implement StreamBufferPool -
Uses of StreamBufferPool in net.officefloor.server.stream
Methods in net.officefloor.server.stream with parameters of type StreamBufferPoolModifier and TypeMethodDescriptionstatic <B> AppendableStreamBuffer.getAppendable(StreamBuffer<B> headBuffer, StreamBufferPool<B> bufferPool) Obtains anAppendableto write to theStreamBufferstream.static <B> StreamBuffer<B>StreamBuffer.getWriteStreamBuffer(StreamBuffer<B> headBuffer, StreamBufferPool<B> bufferPool) Obtains theStreamBufferto use for writing.static <B> voidStreamBuffer.write(byte[] bytes, int offset, int length, StreamBuffer<B> headBuffer, StreamBufferPool<B> bufferPool) Writes the bytes to theStreamBufferstream.static <B> voidStreamBuffer.write(byte[] bytes, StreamBuffer<B> headBuffer, StreamBufferPool<B> bufferPool) Writes all the bytes to theStreamBufferstream.static <B> voidStreamBuffer.write(long value, StreamBuffer<B> head, StreamBufferPool<B> bufferPool) Writes a long value to theStreamBuffer.static <B> voidStreamBuffer.write(CharSequence characters, int offset, int length, StreamBuffer<B> headBuffer, StreamBufferPool<B> bufferPool) Writes theCharSequenceto theStreamBufferstream.static <B> voidStreamBuffer.write(CharSequence characters, StreamBuffer<B> headBuffer, StreamBufferPool<B> bufferPool) Writes all theCharSequenceto theStreamBufferstream.static voidStreamBufferUtil.write(StreamBuffer<ByteBuffer> headBuffer, OutputStream outputStream, StreamBufferPool<ByteBuffer> bufferPool) Writes the chain ofStreamBuffercontent to theOutputStream.static <B> StreamBuffer<B>StreamBuffer.writeByte(byte character, StreamBuffer<B> writeBuffer, StreamBufferPool<B> bufferPool) Writes a HTTP encoded character. -
Uses of StreamBufferPool in net.officefloor.server.stream.impl
Classes in net.officefloor.server.stream.impl that implement StreamBufferPoolConstructors in net.officefloor.server.stream.impl with parameters of type StreamBufferPoolModifierConstructorDescriptionBufferPoolServerOutputStream(StreamBufferPool<B> bufferPool) Instantiate.BufferPoolServerOutputStream(StreamBufferPool<B> bufferPool, CloseHandler closeHandler) Instantiate. -
Uses of StreamBufferPool in net.officefloor.spring.starter.rest
Constructors in net.officefloor.spring.starter.rest with parameters of type StreamBufferPoolModifierConstructorDescriptionSpringServerHttpConnection(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) Instantiate.