HomeSort by relevance Sort by last modified time
    Searched refs:initiationListener (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamManager.java 150 private final InitiationListener initiationListener;
172 * InitiationListener
203 this.initiationListener = new InitiationListener(this);
204 this.connection.addPacketListener(this.initiationListener,
205 this.initiationListener.getFilter());
531 this.connection.removePacketListener(this.initiationListener);
536 this.initiationListener.shutdown();
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamManager.java 148 private final InitiationListener initiationListener;
167 * ignored by the InitiationListener
201 this.initiationListener = new InitiationListener(this);
288 this.connection.removePacketListener(this.initiationListener);
291 this.initiationListener.shutdown();
709 this.connection.addPacketListener(this.initiationListener,
710 this.initiationListener.getFilter());

Completed in 47 milliseconds