|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectConnection
mmc.MMConnection
public class MMConnection
Connection class
Constructor Summary | |
---|---|
MMConnection()
|
Method Summary | |
---|---|
void |
close()
Closes the connection. |
boolean |
connected()
|
void |
open(java.lang.String host,
int port,
boolean ssl)
Opens a connection with the given host on the given port. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MMConnection()
Method Detail |
---|
public void close() throws java.io.IOException
java.io.IOException
open(java.lang.String, int, boolean)
public boolean connected()
public void open(java.lang.String host, int port, boolean ssl) throws java.io.IOException
java.io.IOException
close()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |