Class FrameSender
java.lang.Object
com.predic8.membrane.core.transport.http2.FrameSender
- All Implemented Interfaces:
Runnable
The FrameSender instance synchronized access to the OutputStream as well as the Encoder.
-
Constructor Summary
ConstructorsConstructorDescriptionFrameSender(OutputStream out, com.twitter.hpack.Encoder encoder, Settings peerSettings, Map<Integer, StreamInfo> streams, String remoteAddr) -
Method Summary
-
Constructor Details
-
FrameSender
public FrameSender(OutputStream out, com.twitter.hpack.Encoder encoder, Settings peerSettings, Map<Integer, StreamInfo> streams, String remoteAddr)
-
-
Method Details
-
send
-
send
- Throws:
IOException
-
run
public void run() -
stop
public void stop()
-