Ejemplo n.º 1
0
 protected void bindRequested(
     Long sessionId, SmppSessionConfiguration config, BaseBind bindRequest)
     throws SmppProcessingException {
   counters.incrementBindRequestedAndGet();
   // delegate request upstream to server handler
   this.serverHandler.sessionBindRequested(sessionId, config, bindRequest);
 }