public class ClientOptions extends Object
Constructor and Description |
---|
ClientOptions(TestClient client,
ContentType baseContentType,
String charset) |
Modifier and Type | Method and Description |
---|---|
String |
getCharset() |
String |
getMimeBoundary() |
String |
getRootContentId() |
ContentType |
getTransportContentType() |
public ClientOptions(TestClient client, ContentType baseContentType, String charset) throws Exception
Exception
public ContentType getTransportContentType()
public String getCharset()
public String getMimeBoundary()
public String getRootContentId()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.