Uses of Class
uicc.scws.ScwsException

Uses of ScwsException in uicc.scws
 

Methods in uicc.scws that throw ScwsException
 void HttpResponse.appendContent(byte[] data, short offset, short length)
          Writes the content of data into the response object.
 void HttpResponse.appendHeaderVariable(byte[] data, short offset, short length)
          Writes a header variable to outgoing buffer (e.g.
 void HttpResponse.appendHeaderVariable(byte[] name, short nameOffset, short nameLength, byte[] value, short valueOffset, short valueLength)
          Appends a header variable to outgoing buffer (e.g.
 void HttpResponse.appendHeaderVariable(short headerKeywordNameId, byte[] value, short valueOffset, short valueLength)
          Appends a header variable to the outgoing buffer (e.g.
static void ScwsExtensionRegistry.deregister(ScwsExtension scwsExtension)
          Deregisters a ScwsExtension from the Smart Card Webserver.
 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)
           
 void HttpResponse.finalizeHeader()
          Finalizes the header data in the outgoing buffer.
 short HttpRequest.findAndCopyKeywordValue(short keywordId, byte[] buffer, short bufferOffs, short maxLength)
          Find and copy the value of a header or the value of a keyword/value part of the URI indicated by a keywordId.
 short HttpRequest.readContent(int requestOffset, byte[] data, short offset, short len)
          Read a part of the request content.
static void ScwsExtensionRegistry.register(ScwsExtension scwsExtension, byte[] appId, short offset, short length)
          Registers an ScwsExtension with the given name to the SCWS.
 void HttpResponse.reset()
          Clears the Response Buffer content and reset the state of the HttpResponse Object to its initial state.
 void HttpResponse.setContentType(short type)
          Sets the content type of the HTTP response
static void ScwsException.throwIt(short reason)
          Throws the JCRE instance of ScwsException with the specified reason.
 void HttpResponse.writeStatusCode(short code)
          Write an HTTP status code into the outgoing buffer (e.g.