Uses of Class
org.eclipse.jetty.fcgi.generator.Flusher
Packages that use Flusher
-
Uses of Flusher in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http that return FlusherConstructors in org.eclipse.jetty.fcgi.client.http with parameters of type FlusherModifierConstructorDescriptionHttpChannelOverFCGI
(HttpConnectionOverFCGI connection, Flusher flusher, long idleTimeout) -
Uses of Flusher in org.eclipse.jetty.fcgi.server
Constructors in org.eclipse.jetty.fcgi.server with parameters of type FlusherModifierConstructorDescriptionHttpTransportOverFCGI
(ByteBufferPool byteBufferPool, boolean useDirectByteBuffers, boolean sendStatus200, Flusher flusher, int request)