Searched refs:getSessionID (Results 1 - 25 of 43) sorted by relevance

12

/external/smack/src/org/jivesoftware/smackx/bytestreams/
H A DBytestreamRequest.java42 public String getSessionID(); method in interface:BytestreamRequest
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DSessionID.java44 public String getSessionID() { method in class:SessionID
60 buf.append("id=\"").append(this.getSessionID());
H A DMonitorPacket.java37 public String getSessionID() { method in class:MonitorPacket
H A DTranscript.java69 public String getSessionID() { method in class:Transcript
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
H A DInBandBytestreamRequest.java58 public String getSessionID() { method in class:InBandBytestreamRequest
59 return this.byteStreamRequest.getSessionID();
75 this.manager.getSessions().put(this.byteStreamRequest.getSessionID(), ibbSession);
H A DCloseListener.java55 closeRequest.getSessionID());
61 this.manager.getSessions().remove(closeRequest.getSessionID());
H A DDataListener.java58 data.getDataPacketExtension().getSessionID());
H A DInitiationListener.java82 if (this.manager.getIgnoredBytestreamRequests().remove(ibbRequest.getSessionID()))
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DOffer.java150 public String getSessionID() { method in class:Offer
202 return "<offer-reject id=\"" + Offer.this.getSessionID() +
218 return "<offer-accept id=\"" + Offer.this.getSessionID() +
H A DRevokedOffer.java81 public String getSessionID() { method in class:RevokedOffer
H A DOfferConfirmation.java40 public long getSessionID() { method in class:OfferConfirmation
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
H A DClose.java47 public String getSessionID() { method in class:Close
H A DDataPacketExtension.java71 public String getSessionID() { method in class:DataPacketExtension
H A DOpen.java84 public String getSessionID() { method in class:Open
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5BytestreamRequest.java174 public String getSessionID() { method in class:Socks5BytestreamRequest
175 return this.bytestreamRequest.getSessionID();
200 String digest = Socks5Utils.createDigest(this.bytestreamRequest.getSessionID(),
287 Bytestream response = new Bytestream(this.bytestreamRequest.getSessionID());
H A DInitiationListener.java72 if (this.manager.getIgnoredBytestreamRequests().remove(byteStreamRequest.getSessionID())) {
/external/smack/src/org/jivesoftware/smackx/commands/
H A DLocalCommand.java87 public String getSessionID() { method in class:LocalCommand
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFileTransferRequest.java104 return streamInitiation.getSessionID();
H A DIBBTransferNegotiator.java78 this.manager.ignoreBytestreamRequestOnce(initiation.getSessionID());
134 return this.sessionID.equals(bytestream.getSessionID())
H A DSocks5TransferNegotiator.java74 this.manager.ignoreBytestreamRequestOnce(initiation.getSessionID());
145 return this.sessionID.equals(bytestream.getSessionID())
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
H A DChatMetadata.java46 public String getSessionID() { method in class:ChatMetadata
70 buf.append("<sessionID>").append(getSessionID()).append("</sessionID>");
H A DAgentChatSession.java76 public String getSessionID() { method in class:AgentChatSession
/external/smack/src/org/jivesoftware/smackx/packet/
H A DStreamInitiation.java62 public String getSessionID() { method in class:StreamInitiation
140 if (getSessionID() != null) {
141 buf.append("id=\"").append(getSessionID()).append("\" ");
/external/smack/src/org/jivesoftware/smackx/workgroup/ext/notes/
H A DChatNotes.java45 public String getSessionID() { method in class:ChatNotes
65 buf.append("<sessionID>").append(getSessionID()).append("</sessionID>");
/external/smack/src/org/jivesoftware/smackx/workgroup/
H A DWorkgroupInvitation.java94 public String getSessionID () { method in class:WorkgroupInvitation

Completed in 145 milliseconds

12