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 FlusherHttpChannelOverFCGI.flusherprivate final FlusherHttpConnectionOverFCGI.flusherMethods 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 FlusherHttpTransportOverFCGI.flusherprivate final FlusherServerFCGIConnection.flusherConstructors in org.eclipse.jetty.fcgi.server with parameters of type FlusherModifierConstructorDescriptionHttpTransportOverFCGI(ByteBufferPool byteBufferPool, Flusher flusher, int request, boolean sendStatus200)