DCT Lightfoot v3 API specification

javax.microedition.io
Interface Connection

All Known Subinterfaces:
ContentConnection, DatagramConnection, HttpConnection, InputConnection, OutputConnection, StreamConnection, StreamConnectionNotifier
All Known Implementing Classes:
BaseConnection, Connection, Connection, Connection, Connection, Connection, Connection, HttpServerSocket

public interface Connection

Basic connection interface - Implement a generic connection


Method Summary
 void close()
          Close the connection.
 

Method Detail

close

public void close()
           throws IOException
Close the connection. After this has been called, all methods must throw an IOException

Throws:
IOException - if there is an I/O error

DCT Lightfoot v3 API specification

DCT Lightfoot v3 API specification