Uses of Interface
net.officefloor.server.stream.StreamBufferPool
- 
- 
Uses of StreamBufferPool in net.officefloor.serverMethods in net.officefloor.server that return StreamBufferPool Modifier and Type Method Description StreamBufferPool<java.nio.ByteBuffer>RequestHandler. getStreamBufferPool()Obtains theStreamBufferPoolfor thsiRequestHandler.StreamBufferPool<java.nio.ByteBuffer>ResponseWriter. getStreamBufferPool()Obtains theStreamBufferPool.Methods in net.officefloor.server with parameters of type StreamBufferPool Modifier and Type Method Description voidResponseHeaderWriter. write(StreamBuffer<java.nio.ByteBuffer> head, StreamBufferPool<java.nio.ByteBuffer> bufferPool)Writes the header content.Constructors in net.officefloor.server with parameters of type StreamBufferPool Constructor Description SocketManager(int listenerCount, int socketReceiveBufferSize, int maxReadsOnSelect, int maxActiveSocketRequests, StreamBufferPool<java.nio.ByteBuffer> bufferPool, int socketSendBufferSize)Instantiate.
- 
Uses of StreamBufferPool in net.officefloor.server.aws.samConstructors in net.officefloor.server.aws.sam with parameters of type StreamBufferPool Constructor Description SamHttpResponseWriter(StreamBufferPool<java.nio.ByteBuffer> bufferPool)Instantiate.
- 
Uses of StreamBufferPool in net.officefloor.server.httpMethods in net.officefloor.server.http with parameters of type StreamBufferPool Modifier and Type Method Description <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.implConstructors in net.officefloor.server.http.impl with parameters of type StreamBufferPool Constructor Description 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.
- 
Uses of StreamBufferPool in net.officefloor.server.http.mockClasses in net.officefloor.server.http.mock that implement StreamBufferPool Modifier and Type Class Description classMockStreamBufferPoolMockStreamBufferPool.
- 
Uses of StreamBufferPool in net.officefloor.server.http.nettyClasses in net.officefloor.server.http.netty that implement StreamBufferPool Modifier and Type Class Description classNettyBufferPoolNettyStreamBufferPool.
- 
Uses of StreamBufferPool in net.officefloor.server.http.servletConstructors in net.officefloor.server.http.servlet with parameters of type StreamBufferPool Constructor Description HttpServletHttpResponseWriter(javax.servlet.http.HttpServletResponse response, StreamBufferPool<java.nio.ByteBuffer> bufferPool)Instantiate.
- 
Uses of StreamBufferPool in net.officefloor.server.streamMethods in net.officefloor.server.stream with parameters of type StreamBufferPool Modifier and Type Method Description static <B> java.lang.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(java.lang.CharSequence characters, int offset, int length, StreamBuffer<B> headBuffer, StreamBufferPool<B> bufferPool)Writes theCharSequenceto theStreamBufferstream.static <B> voidStreamBuffer. write(java.lang.CharSequence characters, StreamBuffer<B> headBuffer, StreamBufferPool<B> bufferPool)Writes all theCharSequenceto theStreamBufferstream.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.implClasses in net.officefloor.server.stream.impl that implement StreamBufferPool Modifier and Type Class Description classAbstractStreamBufferPool<B>AbstractStreamBufferPool.classThreadLocalStreamBufferPoolConstructors in net.officefloor.server.stream.impl with parameters of type StreamBufferPool Constructor Description BufferPoolServerOutputStream(StreamBufferPool<B> bufferPool)Instantiate.BufferPoolServerOutputStream(StreamBufferPool<B> bufferPool, CloseHandler closeHandler)Instantiate.
 
-