Uses of Class
org.eclipse.jetty.fcgi.generator.Flusher
Packages that use Flusher
-
Uses of Flusher in org.eclipse.jetty.fcgi.client.http
Fields in org.eclipse.jetty.fcgi.client.http declared as FlusherModifier and TypeFieldDescriptionprivate final Flusher
HttpChannelOverFCGI.flusher
private final Flusher
HttpConnectionOverFCGI.flusher
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
Fields in org.eclipse.jetty.fcgi.server declared as FlusherModifier and TypeFieldDescriptionprivate final Flusher
HttpTransportOverFCGI.flusher
private final Flusher
ServerFCGIConnection.flusher
Constructors in org.eclipse.jetty.fcgi.server with parameters of type FlusherModifierConstructorDescriptionHttpTransportOverFCGI
(ByteBufferPool byteBufferPool, Flusher flusher, int request, boolean sendStatus200)