| java.lang.Object com.sun.kvem.jsr082.bluetooth.SDPServer
SDPServer | public class SDPServer (Code) | | Represents Servive Discovery Protocol Server.
|
Inner Class :class Acceptor implements Runnable | |
Inner Class :class Sender implements Runnable | |
Constructor Summary | |
public | SDPServer() Constructs SDPServer instance. |
Method Summary | |
public synchronized void | start() Starts this SDP server if not started. | synchronized void | stop() Stops this server closing all the connections to it. |
SDPServer | public SDPServer()(Code) | | Constructs SDPServer instance.
|
start | public synchronized void start()(Code) | | Starts this SDP server if not started.
|
stop | synchronized void stop()(Code) | | Stops this server closing all the connections to it.
|
|
|