01-23-06 10:45 PM
[ http://issues.apache.org/jira/brows...23636
72 ]
Trustin Lee commented on DIRMINA-147:
-------------------------------------
java.net.URI looks like it doesn't provide any convenience method for opaque
URIs. Instead of using URI, I introduced org.apache.mina.common.IoAddress,
which is actually a subset of URI with strict format rule.
> Use URI instead of SocketAddress
> --------------------------------
>
> Key: DIRMINA-147
> URL: http://issues.apache.org/jira/browse/DIRMINA-147
> Project: Directory MINA
> Type: Improvement
> Versions: 0.9
> Reporter: Trustin Lee
> Priority: Minor
> Fix For: 0.9.1
>
> We're using SocketAddress to point the address of remote (or local) peers, but it
would be great if we can have a standardized mean to express the address. We're emu
lating SocketAddress in case of VM pipe, but it would be much better if we adopt hig
her
-level concept; URI.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
[ Post a follow-up to this message ]
|