android.bluetooth
Class BluetoothServerSocket

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

public final class BluetoothServerSocket
extends java.lang.Object
implements java.io.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 java.io.IOException
Throws:
java.io.IOException

accept

public BluetoothSocket accept(int timeout)
                       throws java.io.IOException
Throws:
java.io.IOException

close

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


Copyright © 2008-2010. All Rights Reserved.