Uses of Interface
javax.obex.Operation

Packages that use Operation
com.intel.bluetooth.btgoep   
com.intel.bluetooth.obex   
com.intel.bluetooth.tcpobex   
javax.obex   
 

Uses of Operation in com.intel.bluetooth.btgoep
 

Methods in com.intel.bluetooth.btgoep that return Operation
 Operation Connection.get(HeaderSet headers)
           
 Operation Connection.put(HeaderSet headers)
           
 

Uses of Operation in com.intel.bluetooth.obex
 

Methods in com.intel.bluetooth.obex that return Operation
 Operation OBEXClientSessionImpl.get(HeaderSet headers)
           
 Operation OBEXClientSessionImpl.put(HeaderSet headers)
           
 

Uses of Operation in com.intel.bluetooth.tcpobex
 

Methods in com.intel.bluetooth.tcpobex that return Operation
 Operation Connection.get(HeaderSet headers)
           
 Operation Connection.put(HeaderSet headers)
           
 

Uses of Operation in javax.obex
 

Methods in javax.obex that return Operation
 Operation ClientSession.get(HeaderSet headers)
          Performs an OBEX GET operation.
 Operation ClientSession.put(HeaderSet headers)
          Performs an OBEX PUT operation.
 

Methods in javax.obex with parameters of type Operation
 int ServerRequestHandler.onGet(Operation op)
          Called when a GET request is received.
 int ServerRequestHandler.onPut(Operation op)
          Called when a PUT request is received.