/** * note that behaviours must be stateless - since they can be swapped out * when we finally get the 'open' * * @param behave */ internal void setBehave(SCTPStreamBehaviour behave) { _behave = behave; }