public interface AbstractHttpRequestInterface<T extends AbstractRequestConfig> extends Request, PropertyExpansionContainer, MutableAttachmentContainer
Request.SubmitException
Modifier and Type | Field and Description |
---|---|
static String |
BIND_ADDRESS |
static String |
DISABLE_MULTIPART_ATTACHMENTS |
static String |
DUMP_FILE |
static String |
FOLLOW_REDIRECTS |
static org.apache.log4j.Logger |
log |
static String |
MAX_SIZE |
static String |
REMOVE_EMPTY_CONTENT |
static String |
REQUEST_HEADERS_PROPERTY |
static String |
RESPONSE_PROPERTY |
static String |
STRIP_WHITESPACES |
ENCODING_PROPERTY, ENDPOINT_PROPERTY, MEDIA_TYPE, REQUEST_PROPERTY
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTY
ATTACHMENTS_PROPERTY
addSubmitListener, dependsOn, getAttachments, getEncoding, getEndpoint, getOperation, getRequestContent, getRequestParts, getResponseParts, getTimeout, removeSubmitListener, setEncoding, setEndpoint, submit
getChildren, getDescription, getId, getName, getParent, getProject, getSettings
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
getPropertyExpansions
attachFile, removeAttachment
addAttachmentsChangeListener, getAttachmentAt, getAttachmentCount, getAttachmentPart, getAttachments, getAttachmentsForPart, getDefinedAttachmentParts, getModelItem, isMultipartEnabled, removeAttachmentsChangeListener
static final org.apache.log4j.Logger log
static final String RESPONSE_PROPERTY
static final String REMOVE_EMPTY_CONTENT
static final String STRIP_WHITESPACES
static final String REQUEST_HEADERS_PROPERTY
static final String BIND_ADDRESS
static final String DISABLE_MULTIPART_ATTACHMENTS
static final String DUMP_FILE
static final String MAX_SIZE
static final String FOLLOW_REDIRECTS
RestRequestInterface.HttpMethod getMethod()
void setMultipartEnabled(boolean multipartEnabled)
boolean isEntitizeProperties()
void setEntitizeProperties(boolean entitizeProperties)
void release()
SubmitListener[] getSubmitListeners()
void copyAttachmentsTo(WsdlRequest newRequest)
Attachment importAttachment(Attachment attachment)
boolean isReadOnly()
void setRequestContent(String request)
boolean isPrettyPrint()
void setPrettyPrint(boolean prettyPrint)
StringToStringsMap getRequestHeaders()
AbstractHttpRequest.RequestIconAnimator<?> getIconAnimator()
void setRequestHeaders(StringToStringsMap map)
String getUsername()
getUsername
in interface Request
String getPassword()
getPassword
in interface Request
String getDomain()
String getAuthType()
getAuthType
in interface Request
void setUsername(String username)
void setPassword(String password)
void setDomain(String domain)
String getSslKeystore()
void setSslKeystore(String sslKeystore)
String getBindAddress()
void setBindAddress(String bindAddress)
long getMaxSize()
void setMaxSize(long maxSize)
String getDumpFile()
void setDumpFile(String df)
boolean isRemoveEmptyContent()
void setRemoveEmptyContent(boolean removeEmptyContent)
boolean isStripWhitespaces()
void setStripWhitespaces(boolean stripWhitespaces)
boolean isFollowRedirects()
void setFollowRedirects(boolean followRedirects)
void beforeSave()
void setIconAnimator(AbstractHttpRequest.RequestIconAnimator<?> iconAnimator)
HttpResponse getResponse()
void setResponse(HttpResponse response, SubmitContext context)
void resolve(ResolveContext<?> context)
void addExternalDependencies(List<ExternalDependency> dependencies)
boolean hasEndpoint()
IAfterRequestInjection getAfterRequestInjection()
Copyright © 2019. All Rights Reserved.