Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Removed test of OIO client socket
Browse files Browse the repository at this point in the history
  • Loading branch information
jjlauer committed May 5, 2011
1 parent 8414d69 commit 41f3b77
Showing 1 changed file with 1 addition and 5 deletions.
Expand Up @@ -124,11 +124,7 @@ public DefaultSmppClient(ExecutorService executors, int expectedSessions) {
public DefaultSmppClient(ExecutorService executors, int expectedSessions, ScheduledExecutorService monitorExecutor) {
this.channels = new DefaultChannelGroup();
this.executors = executors;


// this.channelFactory = new NioClientSocketChannelFactory(this.executors, this.executors, expectedSessions);
this.channelFactory = new OioClientSocketChannelFactory(this.executors);

this.channelFactory = new NioClientSocketChannelFactory(this.executors, this.executors, expectedSessions);
this.clientBootstrap = new ClientBootstrap(channelFactory);
// we use the same default pipeline for all new channels - no need for a factory
this.clientConnector = new SmppClientConnector(this.channels);
Expand Down

0 comments on commit 41f3b77

Please sign in to comment.