public class ConnectionSession extends DataHolder
Modifier | Constructor and Description |
---|---|
protected |
ConnectionSession(SessionObject sessionObject,
JID peer,
String sid,
boolean tcp) |
Modifier and Type | Method and Description |
---|---|
JID |
getPeer() |
SessionObject |
getSessionObject() |
String |
getSid() |
boolean |
isIncoming() |
void |
setIncoming(boolean incoming) |
getData, removeData, setData
protected ConnectionSession(SessionObject sessionObject, JID peer, String sid, boolean tcp)
public JID getPeer()
public SessionObject getSessionObject()
public String getSid()
public boolean isIncoming()
public void setIncoming(boolean incoming)
Copyright © 2006–2015 Tigase. All rights reserved.