
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
01/Dec/05 02:49 PM
|
|
MINA 0.8 provides only per-sessionmanager filter chain which is usually not so useful. So we need to replace it with per-port filter chain like this:
* IoFilterChain IoSessionManager.getFilterChain(SocketAddress address);
This method will behave a little bit differently depending on it is an acceptor or a connector. For an acceptor, address will be a bind address. Otherwise, it will be a remote address. I think this is reasonable enough and it will be fine if we document this explicitly.
|
|
Description
|
MINA 0.8 provides only per-sessionmanager filter chain which is usually not so useful. So we need to replace it with per-port filter chain like this:
* IoFilterChain IoSessionManager.getFilterChain(SocketAddress address);
This method will behave a little bit differently depending on it is an acceptor or a connector. For an acceptor, address will be a bind address. Otherwise, it will be a remote address. I think this is reasonable enough and it will be fine if we document this explicitly.
|
Show » |
| No work has yet been logged on this issue.
|
|