|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.media.mn8.protocol.jabber.ConnectorInterface | +--org.media.mn8.protocol.jabber.seConnector
Class for getting a connection to the server under java 2 standard edition.
Fields inherited from class org.media.mn8.protocol.jabber.ConnectorInterface |
hostname |
Constructor Summary | |
seConnector(java.lang.String hostname,
int port)
Constructor |
Method Summary | |
java.io.InputStream |
openInputStream()
Method to return the input stream of the connection |
java.io.OutputStream |
openOutputStream()
Method to return the output stream of the connection |
Methods inherited from class org.media.mn8.protocol.jabber.ConnectorInterface |
getHostname |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public seConnector(java.lang.String hostname, int port) throws java.io.IOException
hostname
- The host to connect toport
- The port to connect toMethod Detail |
public java.io.InputStream openInputStream() throws java.io.IOException
openInputStream
in class ConnectorInterface
public java.io.OutputStream openOutputStream() throws java.io.IOException
openOutputStream
in class ConnectorInterface
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |