Class StreamPump
java.lang.Object
com.predic8.membrane.core.transport.http.StreamPump
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
WebSocketStreamPump
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AtomicLongprotected final InputStreamprotected static org.slf4j.Loggerprotected final OutputStreamprotected StreamPump.StreamPumpStats -
Constructor Summary
ConstructorsConstructorDescriptionStreamPump(InputStream in, OutputStream out, StreamPump.StreamPumpStats stats, String name, Rule rule) -
Method Summary
-
Field Details
-
log
protected static org.slf4j.Logger log -
in
-
out
-
stats
-
bytesTransferred
-
-
Constructor Details
-
StreamPump
public StreamPump(InputStream in, OutputStream out, StreamPump.StreamPumpStats stats, String name, Rule rule)
-
-
Method Details