org.demac.impl.j2sebridge.serversocket
Class Connection

java.lang.Object
  extended by org.demac.impl.j2sebridge.serversocket.Connection
All Implemented Interfaces:
javax.microedition.io.Connection, javax.microedition.io.StreamConnectionNotifier

public class Connection
extends java.lang.Object
implements javax.microedition.io.StreamConnectionNotifier


Constructor Summary
Connection()
           
 
Method Summary
 javax.microedition.io.StreamConnection acceptAndOpen()
           
 void close()
           
 void setParameters(java.lang.String s, int i, boolean flag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection()
Method Detail

setParameters

public void setParameters(java.lang.String s,
                          int i,
                          boolean flag)
                   throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface javax.microedition.io.Connection
Throws:
java.io.IOException

acceptAndOpen

public javax.microedition.io.StreamConnection acceptAndOpen()
                                                     throws java.io.IOException
Specified by:
acceptAndOpen in interface javax.microedition.io.StreamConnectionNotifier
Throws:
java.io.IOException