[ http://issues.apache.org/jira/browse/DIRMINA-147?page=comments#action_12363672 ]
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 emulating SocketAddress in case of VM pipe, but it would be > much better if we adopt higher-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/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
