Re: IoService API growth

2008-03-19 Thread Frédéric Brégier
Peter, Emmanuel, I understand your point. So this is a "cosmetic" change where all those methods will move to another class which will contain more or less the same methods and vars. Your intention is to get a smaller IoService class. As those values are update all the time (each send, receive, .

Re: IoService API growth

2008-03-19 Thread peter royal
On Mar 19, 2008, at 3:23 PM, Frédéric Brégier wrote: Those numbers are useful in production... (at least for my case) I know, it's only about statistics but some people want them... If I follow your idea, what will return IoService.getStatistics() ? What will you propose instead of those methods

Re: IoService API growth

2008-03-19 Thread Emmanuel Lecharny
Frédéric Brégier wrote: Those numbers are useful in production... (at least for my case) I know, it's only about statistics but some people want them... If I follow your idea, what will return IoService.getStatistics() ? I guess that Peter meant something like : getStatistics( IoSession.GE

Re: IoService API growth

2008-03-19 Thread Frédéric Brégier
Those numbers are useful in production... (at least for my case) I know, it's only about statistics but some people want them... If I follow your idea, what will return IoService.getStatistics() ? What will you propose instead of those methods in IoService? Also, those numbers are there, not elsew

Re: IoService API growth

2008-03-19 Thread Alex Karasulu
+1 - no need to clutter the API. Alex On Wed, Mar 19, 2008 at 4:29 PM, peter royal <[EMAIL PROTECTED]> wrote: > i just updated my project from a 2.0 build from last summer, and the > IoService API exploded! > > can we cull some of this? > > > http://svn.apache.org/viewvc/mina/trunk/core/src/main

IoService API growth

2008-03-19 Thread peter royal
i just updated my project from a 2.0 build from last summer, and the IoService API exploded! can we cull some of this? http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/common/IoService.java?view=diff&r1=635424&r2=555855&diff_format=h ... does all that need to be in t

Re: [AsyncWeb] Proposed client API in sandbox

2008-03-19 Thread Mike Heath
Sangjin Lee wrote: > It looks great! I went through the APIs, and here are my early thoughts: > [HttpClient] > - Would a common usage be one HttpClient instance per host? It's not very > clear to me whether one instance can be used against multiple hosts or it > can be used only for a given host.

[jira] Resolved: (DIRMINA-557) Infinite loop if encoding wide UTF-8 characters

2008-03-19 Thread peter royal (JIRA)
[ https://issues.apache.org/jira/browse/DIRMINA-557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] peter royal resolved DIRMINA-557. - Resolution: Fixed fixed. > Infinite loop if encoding wide UTF-8 characters > --

[jira] Created: (DIRMINA-557) Infinite loop if encoding wide UTF-8 characters

2008-03-19 Thread peter royal (JIRA)
Infinite loop if encoding wide UTF-8 characters --- Key: DIRMINA-557 URL: https://issues.apache.org/jira/browse/DIRMINA-557 Project: MINA Issue Type: Bug Components: Core Affects Vers

[jira] Closed: (FTPSERVER-117) FTPTimestampParserImplTest fails on russian locale

2008-03-19 Thread Niklas Gustavsson (JIRA)
[ https://issues.apache.org/jira/browse/FTPSERVER-117?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niklas Gustavsson closed FTPSERVER-117. --- Resolution: Won't Fix Assignee: Niklas Gustavsson We only include commons-ne

Re: Add IP range support to BlacklistFilter

2008-03-19 Thread Niklas Gustavsson
Subnet blocking support now added to BlacklistFilter. Only IPv4 is supported for now, if anyone wants to have a go at IPv6 support, feel free :-) Have a look and see if it looks good. /niklas On Thu, Mar 13, 2008 at 4:54 PM, 이희승 (Trustin Lee) <[EMAIL PROTECTED]> wrote: > Niklas, thanks for the i

[jira] Created: (DIRMINA-556) Allow blocking CIDR subnets in BlacklistFilter

2008-03-19 Thread Niklas Gustavsson (JIRA)
Allow blocking CIDR subnets in BlacklistFilter -- Key: DIRMINA-556 URL: https://issues.apache.org/jira/browse/DIRMINA-556 Project: MINA Issue Type: Improvement Components: Filter Affe