android.bluetooth
Class BluetoothServerSocket

java.lang.Object
  extended by android.bluetooth.BluetoothServerSocket
All Implemented Interfaces:
Closeable

public final class BluetoothServerSocket
extends Object
implements Closeable


Method Summary
 BluetoothSocket accept()
           
 BluetoothSocket accept(int timeout)
           
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

accept

public BluetoothSocket accept()
                       throws IOException
Throws:
IOException

accept

public BluetoothSocket accept(int timeout)
                       throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Throws:
IOException


Copyright © 2008-2010. All Rights Reserved.