Uses of Class
com.predic8.membrane.core.transport.http.StreamPump.StreamPumpStats
Packages that use StreamPump.StreamPumpStats
-
Uses of StreamPump.StreamPumpStats in com.predic8.membrane.core
Methods in com.predic8.membrane.core that return StreamPump.StreamPumpStats -
Uses of StreamPump.StreamPumpStats in com.predic8.membrane.core.transport.http
Fields in com.predic8.membrane.core.transport.http declared as StreamPump.StreamPumpStatsMethods in com.predic8.membrane.core.transport.http with parameters of type StreamPump.StreamPumpStatsModifier and TypeMethodDescriptionvoidHttpClient.setStreamPumpStats(StreamPump.StreamPumpStats streamPumpStats) static voidHttpClient.setupConnectionForwarding(Exchange exc, Connection con, String protocol, StreamPump.StreamPumpStats streamPumpStats) Constructors in com.predic8.membrane.core.transport.http with parameters of type StreamPump.StreamPumpStatsModifierConstructorDescriptionStreamPump(InputStream in, OutputStream out, StreamPump.StreamPumpStats stats, String name, Rule rule) WebSocketStreamPump(InputStream in, OutputStream out, StreamPump.StreamPumpStats stats, String name, Rule rule, boolean pumpsToRight, Exchange originalExchange)