public class HttpBody extends Object
| 构造器和说明 |
|---|
HttpBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
byte[] |
getContent() |
long |
getContentLength() |
String |
getContentType() |
void |
setContent(byte[] content) |
void |
setContentLength(long contentLength) |
void |
setContentType(String contentType) |
public String getContentType()
public void setContentType(String contentType)
public long getContentLength()
public void setContentLength(long contentLength)
public byte[] getContent()
public void setContent(byte[] content)
Copyright © 2021. All rights reserved.