org.microemu.cldc.socket
Class Connection

java.lang.Object
  extended by org.microemu.cldc.socket.Connection
All Implemented Interfaces:
org.microemu.cldc.ClosedConnection

public class Connection
extends java.lang.Object
implements org.microemu.cldc.ClosedConnection


Constructor Summary
Connection()
           
 
Method Summary
 void close()
           
 javax.microedition.io.Connection open(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connection

public Connection()
Method Detail

open

public javax.microedition.io.Connection open(java.lang.String name)
                                      throws java.io.IOException
Specified by:
open in interface org.microemu.cldc.ClosedConnection
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2008 MicroEmulator Team. All Rights Reserved.