public interface MultiplexingPolicy
Modifier and Type | Method and Description |
---|---|
void |
feedback(Session_High session,
boolean success)
Informs the Policy of success or failure of a send operation on
one of the Session_Highs it manages.
|
Session_High |
getSession_High()
Returns the "best" Session_High in the Policy's list at the
time of the asking.
|
Session_High getSession_High()
void feedback(Session_High session, boolean success)
session
- the Session_High used for sending;success
- true if the send succeeded, false otherwise.