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 FlusherHttpChannelOverFCGI. flusherprivate FlusherHttpConnectionOverFCGI. flusherMethods in org.eclipse.jetty.fcgi.client.http that return Flusher Modifier and Type Method Description protected FlusherHttpConnectionOverFCGI. 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 FlusherHttpTransportOverFCGI. flusherprivate FlusherServerFCGIConnection. flusherConstructors in org.eclipse.jetty.fcgi.server with parameters of type Flusher Constructor Description HttpTransportOverFCGI(ByteBufferPool byteBufferPool, Flusher flusher, int request, boolean sendStatus200)
-