android.bluetooth
Class BluetoothServerSocket
java.lang.Object
android.bluetooth.BluetoothServerSocket
- All Implemented Interfaces:
- Closeable
public final class BluetoothServerSocket
- extends Object
- implements Closeable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.