- getBaseType(BStruct) - Static method in class org.ballerinalang.mime.util.HeaderUtil
-
- getBaseType(BStruct) - Static method in class org.ballerinalang.mime.util.MimeUtil
-
Given a ballerina entity, get the content-type as a base type.
- GetBlob - Class in org.ballerinalang.mime.nativeimpl
-
Get the entity body as a blob.
- GetBlob() - Constructor for class org.ballerinalang.mime.nativeimpl.GetBlob
-
- GetBodyAsString - Class in org.ballerinalang.mime.nativeimpl
-
Get the entity body as a string.
- GetBodyAsString() - Constructor for class org.ballerinalang.mime.nativeimpl.GetBodyAsString
-
- getBodyPartArray(BStruct) - Static method in class org.ballerinalang.mime.util.EntityBodyHandler
-
Extract body parts from a given entity.
- GetBodyParts - Class in org.ballerinalang.mime.nativeimpl
-
Extract body parts from a given entity.
- GetBodyParts() - Constructor for class org.ballerinalang.mime.nativeimpl.GetBodyParts
-
- GetBodyPartsAsChannel - Class in org.ballerinalang.mime.nativeimpl
-
'getBodyPartsAsChannel' native function converts a set of body parts into a byte channel.
- GetBodyPartsAsChannel() - Constructor for class org.ballerinalang.mime.nativeimpl.GetBodyPartsAsChannel
-
- getByteArray(InputStream) - Static method in class org.ballerinalang.mime.util.MimeUtil
-
Given an input stream, get a byte array.
- GetByteChannel - Class in org.ballerinalang.mime.nativeimpl
-
Get the entity body as a byte channel.
- GetByteChannel() - Constructor for class org.ballerinalang.mime.nativeimpl.GetByteChannel
-
- getByteChannel(BStruct) - Static method in class org.ballerinalang.mime.util.EntityBodyHandler
-
- getByteChannelForTempFile(String) - Static method in class org.ballerinalang.mime.util.EntityBodyHandler
-
Given a temp file location, create a byte channel.
- getContentDisposition(BStruct) - Static method in class org.ballerinalang.mime.util.MimeUtil
-
Given a ballerina entity, build the content-disposition header value from 'ContentDisposition' object.
- GetContentDispositionObject - Class in org.ballerinalang.mime.nativeimpl.contentdisposition
-
Construct ContentDisposition object given a content-disposition value.
- GetContentDispositionObject() - Constructor for class org.ballerinalang.mime.nativeimpl.contentdisposition.GetContentDispositionObject
-
- getContentTypeParamValue(String, String) - Static method in class org.ballerinalang.mime.util.MimeUtil
-
Get parameter value from the content-type header.
- getContentTypeWithParameters(BStruct) - Static method in class org.ballerinalang.mime.util.MimeUtil
-
Given a ballerina entity, get the content-type with parameters included.
- getEntityWrapper(String) - Static method in class org.ballerinalang.mime.util.EntityBodyHandler
-
Get a byte channel for a given text data.
- GetHeader - Class in org.ballerinalang.mime.nativeimpl.headers
-
Get the header value associated with the given header name.
- GetHeader() - Constructor for class org.ballerinalang.mime.nativeimpl.headers.GetHeader
-
- GetHeaderNames - Class in org.ballerinalang.mime.nativeimpl.headers
-
Get all header names.
- GetHeaderNames() - Constructor for class org.ballerinalang.mime.nativeimpl.headers.GetHeaderNames
-
- GetHeaders - Class in org.ballerinalang.mime.nativeimpl.headers
-
Get all the header values associated with the given header name.
- GetHeaders() - Constructor for class org.ballerinalang.mime.nativeimpl.headers.GetHeaders
-
- getHeaderValue(String) - Static method in class org.ballerinalang.mime.util.HeaderUtil
-
Get header value without parameters.
- getHeaderValue(BStruct, String) - Static method in class org.ballerinalang.mime.util.HeaderUtil
-
Extract the header value from a body part for a given header name.
- GetJson - Class in org.ballerinalang.mime.nativeimpl
-
Get the entity body in JSON form.
- GetJson() - Constructor for class org.ballerinalang.mime.nativeimpl.GetJson
-
- GetMediaType - Class in org.ballerinalang.mime.nativeimpl
-
Construct MediaType struct from Content-Type string.
- GetMediaType() - Constructor for class org.ballerinalang.mime.nativeimpl.GetMediaType
-
- getMessageDataSource(BStruct) - Static method in class org.ballerinalang.mime.util.EntityBodyHandler
-
Get the message data source associated with a given entity.
- getNewMultipartDelimiter() - Static method in class org.ballerinalang.mime.util.MimeUtil
-
Get a new multipart boundary delimiter.
- getParamMap(String) - Static method in class org.ballerinalang.mime.util.HeaderUtil
-
Given a header value, get it's parameters.
- GetText - Class in org.ballerinalang.mime.nativeimpl
-
Get the entity body as a string.
- GetText() - Constructor for class org.ballerinalang.mime.nativeimpl.GetText
-
- GetXml - Class in org.ballerinalang.mime.nativeimpl
-
Get the entity body in xml form.
- GetXml() - Constructor for class org.ballerinalang.mime.nativeimpl.GetXml
-