Name

javax.microedition.io.Connection

Synopsis

This interface defines the basic type of generic connection. The close( ) method is used to close a connection. Closing an already closed connection has no effect.

public interfaceConnection {
   // public instance methods
   public void close(  ) throws IOException;
}

Get Wireless Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.