Uses of Interface
uicc.scws.HttpRequest

Uses of HttpRequest in uicc.scws
 

Methods in uicc.scws with parameters of type HttpRequest
 void ScwsExtension.doDelete(HttpRequest request, HttpResponse response)
          Invoked if a HTTP request in DELETE mode has been received by the SCWS for the associated application.
 void ScwsExtensionService.doDelete(HttpRequest request, HttpResponse response)
           
 void ScwsExtension.doGet(HttpRequest request, HttpResponse response)
          Invoked if a HTTP request in GET mode has been received by the SCWS for the associated application.
 void ScwsExtensionService.doGet(HttpRequest request, HttpResponse response)
           
 void ScwsExtension.doHead(HttpRequest request, HttpResponse response)
          Invoked if a HTTP request in HEAD mode has been received by the SCWS for the associated application.
 void ScwsExtensionService.doHead(HttpRequest request, HttpResponse response)
           
 void ScwsExtension.doOptions(HttpRequest request, HttpResponse response)
          Invoked if a HTTP request in OPTIONS mode has been received by the SCWS for the associated application.
 void ScwsExtensionService.doOptions(HttpRequest request, HttpResponse response)
           
 void ScwsExtension.doPost(HttpRequest request, HttpResponse response)
          Invoked if a HTTP request in POST mode has been received by the SCWS for the associated application.
 void ScwsExtensionService.doPost(HttpRequest request, HttpResponse response)
           
 void ScwsExtension.doPut(HttpRequest request, HttpResponse response)
          Invoked if a HTTP request in PUT mode has been received by the SCWS for the associated application.
 void ScwsExtensionService.doPut(HttpRequest request, HttpResponse response)
           
 void ScwsExtension.doTrace(HttpRequest request, HttpResponse response)
          Invoked if a HTTP request in TRACE mode has been received by the SCWS for the associated application.
 void ScwsExtensionService.doTrace(HttpRequest request, HttpResponse response)