HomeSort by relevance Sort by last modified time
    Searched refs:getSessionID (Results 1 - 25 of 42) sorted by null

1 2

  /external/smack/src/org/jivesoftware/smackx/bytestreams/
BytestreamRequest.java 42 public String getSessionID();
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
SessionID.java 44 public String getSessionID() {
60 buf.append("id=\"").append(this.getSessionID());
MonitorPacket.java 37 public String getSessionID() {
Transcript.java 69 public String getSessionID() {
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamRequest.java 58 public String getSessionID() {
59 return this.byteStreamRequest.getSessionID();
75 this.manager.getSessions().put(this.byteStreamRequest.getSessionID(), ibbSession);
CloseListener.java 55 closeRequest.getSessionID());
61 this.manager.getSessions().remove(closeRequest.getSessionID());
DataListener.java 58 data.getDataPacketExtension().getSessionID());
InitiationListener.java 82 if (this.manager.getIgnoredBytestreamRequests().remove(ibbRequest.getSessionID()))
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
Offer.java 150 public String getSessionID() {
202 return "<offer-reject id=\"" + Offer.this.getSessionID() +
218 return "<offer-accept id=\"" + Offer.this.getSessionID() +
RevokedOffer.java 81 public String getSessionID() {
OfferConfirmation.java 40 public long getSessionID() {
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
Close.java 47 public String getSessionID() {
DataPacketExtension.java 71 public String getSessionID() {
Open.java 84 public String getSessionID() {
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamRequest.java 174 public String getSessionID() {
175 return this.bytestreamRequest.getSessionID();
200 String digest = Socks5Utils.createDigest(this.bytestreamRequest.getSessionID(),
287 Bytestream response = new Bytestream(this.bytestreamRequest.getSessionID());
InitiationListener.java 72 if (this.manager.getIgnoredBytestreamRequests().remove(byteStreamRequest.getSessionID())) {
  /external/smack/src/org/jivesoftware/smackx/commands/
LocalCommand.java 87 public String getSessionID() {
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FileTransferRequest.java 104 return streamInitiation.getSessionID();
IBBTransferNegotiator.java 78 this.manager.ignoreBytestreamRequestOnce(initiation.getSessionID());
134 return this.sessionID.equals(bytestream.getSessionID())
Socks5TransferNegotiator.java 74 this.manager.ignoreBytestreamRequestOnce(initiation.getSessionID());
145 return this.sessionID.equals(bytestream.getSessionID())
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
ChatMetadata.java 46 public String getSessionID() {
70 buf.append("<sessionID>").append(getSessionID()).append("</sessionID>");
AgentChatSession.java 76 public String getSessionID() {
  /external/smack/src/org/jivesoftware/smackx/packet/
StreamInitiation.java 62 public String getSessionID() {
140 if (getSessionID() != null) {
141 buf.append("id=\"").append(getSessionID()).append("\" ");
  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/notes/
ChatNotes.java 45 public String getSessionID() {
65 buf.append("<sessionID>").append(getSessionID()).append("</sessionID>");
  /external/smack/src/org/jivesoftware/smackx/workgroup/
WorkgroupInvitation.java 94 public String getSessionID () {

Completed in 291 milliseconds

1 2