com.sun.midp.io.j2me.btl2cap
Class Protocol

java.lang.Object
  extended by com.sun.midp.io.j2me.btl2cap.Protocol
All Implemented Interfaces:
ConnectionBaseInterface

public class Protocol
extends Object
implements ConnectionBaseInterface

This class is Proxy for btl2cap (L2CAP) Connection implementations used in phoneMe

Your application should not use this class directly.

Rating red

Constructor Summary
Protocol()
           
 
Method Summary
 Connection openPrim(String name, int mode, boolean timeouts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Protocol

public Protocol()
Method Detail

openPrim

public Connection openPrim(String name,
                           int mode,
                           boolean timeouts)
                    throws IOException
Specified by:
openPrim in interface ConnectionBaseInterface
Throws:
IOException