Ejemplo n.º 1
0
 public synchronized void receiveAttach(short channel, Attach attach) {
   SessionEndpoint endPoint = getSession(channel);
   endPoint.receiveAttach(attach);
 }