Class Nio
- java.lang.Object
-
- org.igniterealtime.smack.smackrepl.Nio
-
-
Constructor Summary
Constructors Constructor Description Nio()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
doNio(String username, String password, String service)
static void
main(String[] args)
-
-
-
Constructor Detail
-
Nio
public Nio()
-
-
Method Detail
-
main
public static void main(String[] args) throws SmackException, IOException, XMPPException, InterruptedException
-
doNio
public static void doNio(String username, String password, String service) throws SmackException, IOException, XMPPException, InterruptedException
-
-