A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
RawHeader — Property in class com.curlyben.net.HTTPRequest
The HTTP response header as a multiline string.
ReadTag(url, redherring) — Method in class com.curlyben.media.ID3TagReader
Reads any ID3 tags in the specified resource.
RedHerringURL — Static property in class com.curlyben.net.HTTPRequest
The URL to a "RedHerring" proxy.
RefreshMetadata() — Method in class net.FlashDen.ourben.MP3Plus
Refreshes metadata for the current playlist item.
Repeat — Property in class net.FlashDen.ourben.MP3Plus
Determines the playback repeat mode.
Request — Property in class com.curlyben.events.HTTPEvent
A HTTPRequest object containing request data and headers.
Request — Property in class com.curlyben.net.HTTPRequest
The request object as type URLRequest.
RequestData — Property in class com.curlyben.net.HTTPRequest
Provides read/write access to request data.
RequestMethodOverride — Property in class com.curlyben.net.HTTPRequest
The request objects HTTP method attribute, which may be overridden to bypass URLRequest method limitations.
Resource — Property in class com.curlyben.net.HTTPRequest
The address of the requested resource less any domain/subdomain and protocol preamble.
resourceLoaded — Event in class net.FlashDen.ourben.MP3Plus
This event is triggered when a playlist item media resource is completely loaded.
ResponseCode — Property in class com.curlyben.net.HTTPRequest
The HTTP response word, for example "200" when a response header begins "HTTP/1.1 200 OK"
ResponseData — Property in class com.curlyben.net.HTTPRequest
The response data as a ByteArray.
ResponseDescription — Property in class com.curlyben.net.HTTPRequest
The HTTP response description, for example "OK" when a response header begins "HTTP/1.1 200 OK"
ResponseHeaders — Property in class com.curlyben.net.HTTPRequest
An array of type Array<HTTPHeader> containing all recieved response headers.
ResponseWord — Property in class com.curlyben.net.HTTPRequest
The HTTP response word, for example "HTTP/1.1" when a response header begins "HTTP/1.1 200 OK"
Reverse(string) — Static method in class com.curlyben.utils.Strings
Reverses a string of characters.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z