Retourner au contenu associé (dépêche : Node.js passe en version 0.6.0 et arrive sous Windows)
Posté par alice le 07 novembre 2011 à 14:57. En réponse à la dépêche Node.js passe en version 0.6.0 et arrive sous Windows. Évalué à 1.
Ca a l'air simple!
// Configure the client. 62 ClientBootstrap bootstrap = new ClientBootstrap( 63 new NioClientSocketChannelFactory( 64 Executors.newCachedThreadPool(), 65 Executors.newCachedThreadPool())); 66 67 // Set up the pipeline factory. 68 bootstrap.setPipelineFactory(new ChannelPipelineFactory() { 69 public ChannelPipeline getPipeline() throws Exception { 70 return Channels.pipeline( 71 new EchoClientHandler(firstMessageSize)); 72 } 73 }); 74
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Programmation asynchrone
Posté par alice . En réponse à la dépêche Node.js passe en version 0.6.0 et arrive sous Windows. Évalué à 1.
Ca a l'air simple!