javax.microedition.io
Class Connector

java.lang.Object
  extended byde.avetana.bluetooth.connection.Connector
      extended byjavax.microedition.io.Connector

public class Connector
extends Connector

This class only supports the RFCOMM Protocol for the moment. It will be soon extended in order to support RFCOMM and maybe OBEX. Remote (btspp://010203040506:1;master=false) or local (btspp://localhost:3B9FA89520078C303355AAA694238F07:1;name=Avetana Service;) URLs are supported. The class JSR82URL verifies that the URL is a correct Bluetooth connection URL, which matches the RFC 1808 specification. (see http://www.w3.org/Addressing/rfc1808.txt for more information).


Field Summary
 
Fields inherited from class de.avetana.bluetooth.connection.Connector
READ, READ_WRITE, WRITE
 
Constructor Summary
Connector()
           
 
Methods inherited from class de.avetana.bluetooth.connection.Connector
open, open, open, openDataInputStream, openDataOutputStream, openInputStream, openOutputStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connector

public Connector()