Uses of Class
org.eclipse.jetty.fcgi.generator.Flusher
-
Packages that use Flusher Package Description org.eclipse.jetty.fcgi.client.http org.eclipse.jetty.fcgi.server -
-
Uses of Flusher in org.eclipse.jetty.fcgi.client.http
Methods in org.eclipse.jetty.fcgi.client.http that return Flusher Modifier and Type Method Description protected Flusher
HttpConnectionOverFCGI. getFlusher()
Constructors in org.eclipse.jetty.fcgi.client.http with parameters of type Flusher Constructor Description HttpChannelOverFCGI(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 Flusher Constructor Description HttpTransportOverFCGI(ByteBufferPool byteBufferPool, Flusher flusher, int request, boolean sendStatus200)
-