
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
dependent
|
|
|
|
This issue is depended upon by:
|
|
DIRMINA-38
Adding a flush method to ProtocolEncoderOutput
|
|
|
|
|
|
|
| Resolution Date: |
12/Jun/05 09:07 PM
|
|
There's no method user can wait for the message (or buffer) until it is flushed out to channel actually. We could create an interface similar to Future in Java 5 so that users can wait until or check if the request is done.
We could also apply this mechanism to close instead of specifying a boolean parameter.
|
|
Description
|
There's no method user can wait for the message (or buffer) until it is flushed out to channel actually. We could create an interface similar to Future in Java 5 so that users can wait until or check if the request is done.
We could also apply this mechanism to close instead of specifying a boolean parameter. |
Show » |
|