org.media.mn8.protocol.jabber
Class seConnector

java.lang.Object
  |
  +--org.media.mn8.protocol.jabber.ConnectorInterface
        |
        +--org.media.mn8.protocol.jabber.seConnector

public class seConnector
extends ConnectorInterface

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

seConnector

public seConnector(java.lang.String hostname,
                   int port)
            throws java.io.IOException
Constructor
Parameters:
hostname - The host to connect to
port - The port to connect to
Method Detail

openInputStream

public java.io.InputStream openInputStream()
                                    throws java.io.IOException
Method to return the input stream of the connection
Overrides:
openInputStream in class ConnectorInterface
Returns:
The input stream

openOutputStream

public java.io.OutputStream openOutputStream()
                                      throws java.io.IOException
Method to return the output stream of the connection
Overrides:
openOutputStream in class ConnectorInterface
Returns:
The output stream


"Copyright © 2001 Internet Multicasting Services & media.org. All Rights Reserved."