Beispiel #1
0
 public synchronized void receiveDetach(short channel, Detach detach) {
   SessionEndpoint endPoint = getSession(channel);
   endPoint.receiveDetach(detach);
 }