|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectorInterface | |
org.media.mn8.protocol.jabber |
Uses of ConnectorInterface in org.media.mn8.protocol.jabber |
Subclasses of ConnectorInterface in org.media.mn8.protocol.jabber | |
class |
seConnector
Class for getting a connection to the server under java 2 standard edition. |
Methods in org.media.mn8.protocol.jabber with parameters of type ConnectorInterface | |
void |
JabberStream.open(ConnectorInterface connectorInterface)
Method to open the connection to the server. |
Constructors in org.media.mn8.protocol.jabber with parameters of type ConnectorInterface | |
JabberStream(ConnectorInterface connectorInterface)
Constructor. |
|
JabberStream(ConnectorInterface connectorInterface,
JabberListener theListener)
Constructor. |
|
JabberStream(ConnectorInterface connectorInterface,
JabberListener theListener,
boolean connect)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |