Stream is closed. This will be called exactly once.
(Status status)
| 29 | * Stream is closed. This will be called exactly once. |
| 30 | */ |
| 31 | public void streamClosed(Status status) { |
| 32 | } |
| 33 | |
| 34 | /** |
| 35 | * An outbound message has been passed to the stream. This is called as soon as the stream knows |
no outgoing calls
no test coverage detected