拆分模块
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@65 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
parent
6501a54860
commit
6a633ae983
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.alibaba.remoting.transport.mina;
|
||||
package com.alibaba.dubbo.remoting.transport.mina;
|
||||
|
||||
import java.net.InetSocketAddress;
|
||||
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.alibaba.remoting.transport.mina;
|
||||
package com.alibaba.dubbo.remoting.transport.mina;
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.concurrent.ConcurrentHashMap;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.alibaba.remoting.transport.mina;
|
||||
package com.alibaba.dubbo.remoting.transport.mina;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.alibaba.remoting.transport.mina;
|
||||
package com.alibaba.dubbo.remoting.transport.mina;
|
||||
|
||||
import org.apache.mina.common.IoHandlerAdapter;
|
||||
import org.apache.mina.common.IoSession;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.alibaba.remoting.transport.mina;
|
||||
package com.alibaba.dubbo.remoting.transport.mina;
|
||||
|
||||
import java.net.InetSocketAddress;
|
||||
import java.util.Collection;
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.alibaba.remoting.transport.mina;
|
||||
package com.alibaba.dubbo.remoting.transport.mina;
|
||||
|
||||
import com.alibaba.dubbo.common.Extension;
|
||||
import com.alibaba.dubbo.common.URL;
|
||||
|
|
@ -1 +1 @@
|
|||
com.alibaba.remoting.transport.mina.MinaTransporter
|
||||
com.alibaba.dubbo.remoting.transport.mina.MinaTransporter
|
||||
|
|
@ -25,6 +25,7 @@ import org.junit.Test;
|
|||
|
||||
import com.alibaba.dubbo.common.ExtensionLoader;
|
||||
import com.alibaba.dubbo.remoting.Transporter;
|
||||
import com.alibaba.dubbo.remoting.transport.mina.MinaTransporter;
|
||||
|
||||
/**
|
||||
* @author ding.lid
|
||||
|
|
|
|||
Loading…
Reference in New Issue