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
Fields in org.eclipse.jetty.fcgi.client.http declared as Flusher Modifier and Type Field Description private Flusher
HttpChannelOverFCGI. flusher
private Flusher
HttpConnectionOverFCGI. flusher
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
Fields in org.eclipse.jetty.fcgi.server declared as Flusher Modifier and Type Field Description private Flusher
HttpTransportOverFCGI. flusher
private Flusher
ServerFCGIConnection. flusher
Constructors in org.eclipse.jetty.fcgi.server with parameters of type Flusher Constructor Description HttpTransportOverFCGI(ByteBufferPool byteBufferPool, Flusher flusher, int request, boolean sendStatus200)
-