1 24 25 package org.objectweb.dream.channel; 26 27 import org.objectweb.fractal.api.control.AttributeController; 28 29 32 public interface IPSocketManagerCachingAttributeController 33 extends 34 AttributeController 35 { 36 41 int getNbMaxSocket(); 42 43 48 void setNbMaxSocket(int nbMaxSocket); 49 50 57 void setBlocking(boolean blocking); 58 59 65 boolean getBlocking(); 66 } | Popular Tags |