public class SessionManager extends Object
SessionManager
here.Constructor and Description |
---|
SessionManager() |
Modifier and Type | Method and Description |
---|---|
static AIMSession |
connectWithNewSession(Oscar oscar,
String sn,
String password)
Describe
connectWithNewSession method here. |
static AIMSession[] |
getSessions()
Describe
getSessions method here. |
public static AIMSession connectWithNewSession(Oscar oscar, String sn, String password) throws IOException
connectWithNewSession
method here.oscar
- an Oscar
valuesn
- a String
valuepassword
- a String
valueAIMSession
valueIOException
- if an error occurspublic static AIMSession[] getSessions()
getSessions
method here.AIMSession[]
value