webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebCore::MultipartHandle Class Reference

#include <MultipartHandle.h>

Public Member Functions

 MultipartHandle (ResourceHandle *handle, const String &boundary)
 
 ~MultipartHandle ()
 
void contentReceived (const char *data, size_t length)
 
void contentEnded ()
 

Static Public Member Functions

static bool extractBoundary (const String &contentType, String &boundary)
 

Constructor & Destructor Documentation

◆ MultipartHandle()

WebCore::MultipartHandle::MultipartHandle ( ResourceHandle handle,
const String boundary 
)
inline

◆ ~MultipartHandle()

WebCore::MultipartHandle::~MultipartHandle ( )
inline

Member Function Documentation

◆ contentEnded()

void WebCore::MultipartHandle::contentEnded ( )

◆ contentReceived()

void WebCore::MultipartHandle::contentReceived ( const char *  data,
size_t  length 
)

◆ extractBoundary()

static bool WebCore::MultipartHandle::extractBoundary ( const String contentType,
String boundary 
)
static

The documentation for this class was generated from the following file: